Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
0d0f01e2e0b37ed5152614ceeff34da8e46b5e37
/
src
0d0f01e
r300: add occlusion queries support
by Maciej Cencora
· 15 years ago
f2daded
radeon space: realign with drm space check code
by Dave Airlie
· 15 years ago
a6cc45e
r300: fixup space checks since VBO code
by Dave Airlie
· 15 years ago
3cc9a28
r300: add just in case warn I don't think this can actually happen
by Dave Airlie
· 15 years ago
5e4e8ef
radeon: enable vertex splitting for IBs
by Dave Airlie
· 15 years ago
b978994
i965: disable bounds checking on arrays with stride 0
by Roland Scheidegger
· 15 years ago
e304c65
i965: Add support for GL_ARB_seamless_cube_map
by Ian Romanick
· 15 years ago
06ae1db
Regenerate files for GL_ARB_seamless_cube_map
by Ian Romanick
· 15 years ago
9d5bb3c
Infrastructure for GL_ARB_seamless_cube_map
by Ian Romanick
· 15 years ago
970f768
Regenerate files for GL_APPLE_flush_buffer_range
by Ian Romanick
· 15 years ago
a89963c
Merge branch 'vbo_clean'
by Maciej Cencora
· 15 years ago
7fe0dd2
r300: mark VBO buffer objects as persistent
by Maciej Cencora
· 15 years ago
cd70304
r300: unmap buffer objects after usage
by Maciej Cencora
· 15 years ago
71b1610
mesa: append uniform values to the log file the first time we use a shader
by Brian Paul
· 15 years ago
12199ed
mesa: also pass the GPU program to _mesa_append_uniforms_to_file()
by Brian Paul
· 15 years ago
e3d4751
vbo: call _mesa_valid_to_render()
by Brian Paul
· 15 years ago
d09a19b
Merge branch 'mesa_7_5_branch'
by Brian Paul
· 15 years ago
db598b8
mesa: new _mesa_append_uniforms_to_file() debug/logging function
by Brian Paul
· 15 years ago
b6e5600
mesa: call _mesa_valid_to_render()
by Brian Paul
· 15 years ago
d03dde1
vbo: call _mesa_valid_to_render()
by Brian Paul
· 15 years ago
56c4226
mesa: new _mesa_valid_to_render() function
by Brian Paul
· 15 years ago
a48b0a5
mesa: minor error string changes
by Brian Paul
· 15 years ago
e691b0e
Allow external settings of MAX_WIDTH/HEIGHT.
by Brian Paul
· 15 years ago
51c4738
st/xlib: reduce the proliferation of GLX context types
by Keith Whitwell
· 15 years ago
9616e4a
st/dri: remove unused dummyContext value
by Keith Whitwell
· 15 years ago
3ffaa11
mesa: move assertions in test_attachment_completeness()
by Brian Paul
· 15 years ago
442a5e4
nv50: fix mipmap offsets and tiling
by Christoph Bumiller
· 15 years ago
3506d7d
nv50: make sure we don't re-emit outdated scissor state
by Christoph Bumiller
· 15 years ago
74e8b1a
nv50: make use of the y-origin switch
by Christoph Bumiller
· 15 years ago
cdaf63d
r300: remove broken vertex splitting
by Maciej Cencora
· 15 years ago
9e018d8
r300: rework index buffer setup
by Maciej Cencora
· 15 years ago
7c060bf
r300: remove unused software TNL path
by Maciej Cencora
· 15 years ago
5fb5ea9
r300: use VBOs for vertex attributes
by Maciej Cencora
· 15 years ago
66bc17e
Allow external settings of MAX_WIDTH/HEIGHT.
by Tom Fogal
· 15 years ago
87946d2
intel: in intel_context struct use typedef for sarea struct
by Tobias Doerffel
· 15 years ago
67b639c
st/vega: Add more symbols defined by mesa/st.
by Chia-I Wu
· 15 years ago
895f7c3
r300: add required symlinks
by Maciej Cencora
· 15 years ago
e029c91
radeon: handle debug versions of radeon_bo_open
by Maciej Cencora
· 15 years ago
f1aa2a4
nv50: fix typo in REALLOC's 2nd argument in ctor_immd
by Christoph Bumiller
· 15 years ago
6bcbeb0
radeon: add VBO support (not enabled yet)
by Maciej Cencora
· 15 years ago
2233ac6
radeon: export emitvec* functions
by Maciej Cencora
· 15 years ago
d534648
radeon: constify some parameters
by Maciej Cencora
· 15 years ago
7069a75
r600: emit SURFACE_BASE_UPDATE on depth base updates on rv6xx
by Alex Deucher
· 15 years ago
9d96095
r600: move non-surface related cb state to general state
by Alex Deucher
· 15 years ago
083b04e
r600: move non-surface related depth state to general state
by Alex Deucher
· 15 years ago
0896268
glx: indent -br -i3 -npcs --no-tabs
by RALOVICH, Kristóf
· 15 years ago
1e0f621
mesa: fix some invalid memory reads
by Brian Paul
· 15 years ago
ecb177ea
mesa: fix warnings about locals hiding function params
by Brian Paul
· 15 years ago
36df6a6
mesa: add missing PBO mapping code in unpack_image()
by Brian Paul
· 15 years ago
ad8a693
main: fix some potential memory leaks
by Brian Paul
· 15 years ago
f418d18
mesa: fix some potential uninitialized memory references
by Brian Paul
· 15 years ago
a531a5c
glsl: fix some uninitialized pointers
by Brian Paul
· 15 years ago
03ba461
glsl: fix incorrect attribute size
by Brian Paul
· 15 years ago
53dfd5d
tnl: if NAN_CHECK is enabled, also assert that pos.x != 0
by Brian Paul
· 15 years ago
c100023
mesa: s/assert/ASSERT/ in _mesa_reference_texobj()
by Brian Paul
· 15 years ago
8a9795e
mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimensions()
by Brian Paul
· 15 years ago
423a53f
mesa: if maxLevels==0, target is invalid
by Brian Paul
· 15 years ago
fe988d7
mesa: add extension checks in _mesa_max_texture_levels()
by Brian Paul
· 15 years ago
47a385b
mesa: minor clean-ups in bumpmap functions
by Brian Paul
· 15 years ago
6aa7a03
mesa: use _mesa_get_current_tex_unit() in more places
by Brian Paul
· 15 years ago
73b150c
mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c
by Brian Paul
· 15 years ago
ba2a55c
mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c
by Brian Paul
· 15 years ago
b9f67df
mesa: short-circuit no-change in _mesa_DepthRange()
by Brian Paul
· 15 years ago
ace98f0
st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.
by Michel Dänzer
· 15 years ago
7c08614
gallium/drm: Handle circular dependencies in the auxiliary libraries with make.
by Michel Dänzer
· 15 years ago
7ef8c79
st/xorg: Fix DRI2 CopyRegion hook.
by Michel Dänzer
· 15 years ago
f2fcd58
tgsi: add simple facility for releasing and reusing temporaries
by Keith Whitwell
· 15 years ago
b56d2ba
tgsi: rename ureg src/dest converters
by Keith Whitwell
· 15 years ago
5c5364a
draw: Remove unused variable.
by José Fonseca
· 15 years ago
bf57eda
Merge branch 'mesa_7_5_branch'
by Keith Whitwell
· 15 years ago
1ce3f5a
draw: cope with more primitives in draw_pipeline_run
by Keith Whitwell
· 15 years ago
78918c8
tgsi: turn off debugging
by Keith Whitwell
· 15 years ago
749e520
tgsi: use REALLOC for growing token pool
by Keith Whitwell
· 15 years ago
120e768
util: silence warnings for third REALLOC argument
by Keith Whitwell
· 15 years ago
b1d82f1
util: remove unneeded includes
by Keith Whitwell
· 15 years ago
002c76c
util: convert u_simple_shaders to use tgsi_ureg
by Keith Whitwell
· 15 years ago
8a7d1e7
tgsi: add tgsi_ureg, a simplified tgsi shader builder
by Keith Whitwell
· 15 years ago
1f40ffc
i965: fix cube map on IGDNG
by Xiang, Haihao
· 15 years ago
4ce73ad
glsl: remove duplicate frag input entry
by Brian Paul
· 15 years ago
f3b215c
Merge branch 'new-frag-attribs'
by Brian Paul
· 15 years ago
f95b82b
mesa: const qualifiers
by Brian Paul
· 15 years ago
bd4c6a2
vbo: use _mesa_is_bufferobj()
by Brian Paul
· 15 years ago
434ec3a
mesa: use _mesa_is_bufferobj()
by Brian Paul
· 15 years ago
6040315
mesa: use _mesa_is_bufferobj()
by Brian Paul
· 15 years ago
abbf835
mesa: new _mesa_is_bufferobj() function
by Brian Paul
· 15 years ago
d64649a
i965: Make the cube mapping RCP use a writemask.
by Eric Anholt
· 15 years ago
5faa0dc
i965: Allocate destination registers for GLSL TEX instructions contiguously.
by Eric Anholt
· 15 years ago
63fa5fd
i965: drop dead scalar handling in GLSL.
by Eric Anholt
· 15 years ago
08687c8
i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.
by Eric Anholt
· 15 years ago
863ae3a
i965: Drop GLSL ABS code, which is translated away in brw_wm_fp.
by Eric Anholt
· 15 years ago
4de8b89
i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD.
by Eric Anholt
· 15 years ago
0eb819a
i965: Store the dispatch width in the WM compile struct.
by Eric Anholt
· 15 years ago
536476f
i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.
by Eric Anholt
· 15 years ago
792c499
i965: Flag ARL-using programs as requiring brw_wm_glsl.c
by Eric Anholt
· 15 years ago
4e477aa
i965: Remove some unused WM opcode args.
by Eric Anholt
· 15 years ago
255e5be
i965: Avoid re-uploading the index buffer when we don't need to.
by Eric Anholt
· 15 years ago
a245c05
r600: fix warning
by Alex Deucher
· 15 years ago
b0c191a
r600: state cleanups
by Alex Deucher
· 15 years ago
2f6675b
r600: clean up Create/DestroyContext
by Alex Deucher
· 15 years ago
b6a4f5f
r200: Prevent TexGenMatrix from leaking when destroying r200 context.
by Pauli Nieminen
· 15 years ago
Next »