index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB
Dave Airlie
2012-11-09
2
-0
/
+5
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
10
-7
/
+107
*
mesa: add ARB_texture_cube_map_array extension bits
Dave Airlie
2012-11-09
2
-0
/
+2
*
i965: Fix slow leak of brw->wm.compile_data->store
Eric Anholt
2012-11-08
3
-20
/
+6
*
i965/fs: Add support for global copy propagation.
Eric Anholt
2012-11-08
2
-20
/
+199
*
glsl_to_tgsi: fix dst register for texturing fetches.
Dave Airlie
2012-11-09
1
-1
/
+1
*
i965: Fix assertion in brw_alu3.
Vinson Lee
2012-11-07
1
-1
/
+1
*
mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.
Kenneth Graunke
2012-11-07
4
-14
/
+0
*
scons: Build src/mesa/main/es1_conversion.c for all builds.
Vinson Lee
2012-11-06
1
-1
/
+2
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
32
-431
/
+0
*
dispatch: Code generate api_exec.c.
Paul Berry
2012-11-06
5
-934
/
+17
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
34
-538
/
+1304
*
dispatch: Remove a few FEATURE_ES1 conditionals.
Paul Berry
2012-11-06
5
-18
/
+1
*
mesa: assert that key->fragprog_inputs_read value isn't too large
Brian Paul
2012-11-06
1
-0
/
+2
*
mesa: fix MSVC signed/unsigned warnings in context.c
Brian Paul
2012-11-06
1
-2
/
+2
*
mesa: fix MSVC signed/unsigned warnings in transformfeedback.c
Brian Paul
2012-11-06
1
-2
/
+2
*
swrast: fix MSVC signed/unsigned warnings
Brian Paul
2012-11-06
1
-2
/
+2
*
tnl: fix MSVC signed/unsigned warnings
Brian Paul
2012-11-06
1
-1
/
+2
*
mesa: silence MSVC signed/unsigned warning in texgetmage.c
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: silence MSVC signed/unsigned warning in texstorage.c
Brian Paul
2012-11-06
1
-1
/
+1
*
vbo: use GLuint for numInstances to silence MSVC warnings
Brian Paul
2012-11-06
2
-2
/
+2
*
mesa: fix signed/unsigned MSVC warnings in fbobject.c
Brian Paul
2012-11-06
1
-2
/
+3
*
mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: s/int/GLuint/ in get.c to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: fix assorted MSVC conversion warnings in format_pack.c
Brian Paul
2012-11-06
1
-10
/
+10
*
st/mesa: change glsl_to_tgsi_visitor from class to struct
Brian Paul
2012-11-06
1
-1
/
+1
*
st/mesa: add int cast to silence warning
Brian Paul
2012-11-06
1
-1
/
+1
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-06
10
-63
/
+179
*
meta: Remove redundant code in _mesa_meta_GenerateMipmap
Anuj Phogat
2012-11-05
1
-61
/
+4
*
mesa: Generate invalid operation in glGenerateMipMap for integer textures
Anuj Phogat
2012-11-05
1
-0
/
+9
*
mesa: Use "non-gen name" more consistently as an error message in GL core.
Eric Anholt
2012-11-04
2
-2
/
+2
*
mesa: Fix core GL genned-name handling for glBeginQuery().
Eric Anholt
2012-11-04
1
-5
/
+11
*
mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().
Eric Anholt
2012-11-04
1
-8
/
+14
*
i965: Fix oversized initial allocation of the state cache table pointers.
Vandrus Zoltán
2012-11-04
1
-1
/
+1
*
i965: Force border color A to 1 when it's not present in the GL format.
Eric Anholt
2012-11-04
1
-0
/
+7
*
i965: Fix uploading user vertex arrays with basevertex set.
Eric Anholt
2012-11-04
3
-2
/
+7
*
i965: Set dirty state for brw_draw_upload.c when num_instances changes.
Eric Anholt
2012-11-04
1
-1
/
+4
*
i965: Remove the vbo_rebase_prims() path.
Eric Anholt
2012-11-04
1
-15
/
+6
*
i965/fs: Fix a comment in copy propagation.
Eric Anholt
2012-11-04
1
-1
/
+3
*
i965/fs: Allow copy-propagation on pull constant load values.
Eric Anholt
2012-11-04
1
-3
/
+4
*
i965/fs: Do dead code elimination just after copy propagation.
Eric Anholt
2012-11-04
1
-1
/
+1
*
i965/fs: Compact the virtual GRF arrays.
Kenneth Graunke
2012-11-03
2
-0
/
+61
*
dispatch_sanity test: add GL CORE 3.1 test
Jordan Justen
2012-11-03
1
-0
/
+705
*
dispatch_sanity test: create common context creation function
Jordan Justen
2012-11-03
1
-36
/
+16
*
dispatch_sanity test: allow newer functions to be set to NOP
Jordan Justen
2012-11-03
1
-3
/
+11
*
dispatch_sanity test: pass ctx to validate_functions/nops
Jordan Justen
2012-11-03
1
-9
/
+13
*
dispatch_sanity test: add version to function list
Jordan Justen
2012-11-03
1
-460
/
+461
*
mesa: remove unimplemented FramebufferTextureFaceARB
Jordan Justen
2012-11-03
3
-19
/
+0
*
mesa: remove unimplemented FramebufferTextureARB
Jordan Justen
2012-11-03
3
-16
/
+0
*
mesa: disable ProgramParameteri until it is needed
Jordan Justen
2012-11-03
1
-4
/
+0
[prev]
[next]