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: silence MSVC double/float assignment warnings in pixel unpack code
Brian Paul
2012-10-29
1
-4
/
+4
*
intel: support for 16 bit config with 24 depth and 8 stencil
Tapani Pälli
2012-10-29
1
-2
/
+7
*
dri: Support MESA_FORMAT_SARGB8 in driCreateConfigs
Ian Romanick
2012-10-29
1
-1
/
+2
*
intel: If the visual is sRGB, use an sRGB internal format
Ian Romanick
2012-10-29
1
-0
/
+2
*
dri: Convert driCreateConfigs to use a gl_format enum
Ian Romanick
2012-10-29
6
-153
/
+74
*
dri_util: Elminiate the bytes_per_pixel table
Ian Romanick
2012-10-29
1
-9
/
+3
*
dri_util: Remove support for RGB332 framebuffers
Ian Romanick
2012-10-29
1
-27
/
+7
*
swrast: Remove the 2_3_3_REV framebuffer format
Ian Romanick
2012-10-29
1
-4
/
+0
*
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
2012-10-29
1
-2
/
+19
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-10-29
3
-4
/
+36
*
Revert "glsl_to_tgsi: set correct register type for array and structure eleme...
Andreas Boll
2012-10-29
1
-19
/
+2
*
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
Eric Anholt
2012-10-26
3
-22
/
+7
*
i965: Rename misleading "active" field of brw->query.
Eric Anholt
2012-10-26
2
-5
/
+5
*
scons: Build xlib swrast too.
José Fonseca
2012-10-26
2
-0
/
+51
*
i965/vs: Preserve the type when copy propagating into an instruction.
Kenneth Graunke
2012-10-25
1
-0
/
+1
*
i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.
Kenneth Graunke
2012-10-25
1
-0
/
+1
*
i965/vs: Fix debug dumping of VS push constants.
Kenneth Graunke
2012-10-25
1
-1
/
+3
*
mesa/tests: Add ES3.0 dispatch table sanity test
Matt Turner
2012-10-25
1
-0
/
+149
*
Split dispatch sanity's validate_function test into two
Matt Turner
2012-10-25
1
-0
/
+11
*
dispatch_sanity: print names of functions that shouldnt be in dispatch table.
Paul Berry
2012-10-25
1
-1
/
+9
*
mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)
José Fonseca
2012-10-25
1
-0
/
+2
*
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
2012-10-24
1
-2
/
+19
*
mesa: Use MIN instead of CLAMP for unsigned source data
Ian Romanick
2012-10-24
1
-108
/
+108
*
st/mesa: Fix assertions for copying texture image to finalized miptree.
Michel Dänzer
2012-10-24
1
-1
/
+4
*
_mesa_create_exec_table: GLES3 fixes.
Paul Berry
2012-10-23
10
-43
/
+68
*
_mesa_create_exec_table(): deprecate ProgramStringARB.
Paul Berry
2012-10-23
1
-1
/
+3
*
_mesa_create_exec_table: de-deprecate GetPointerv.
Paul Berry
2012-10-23
1
-1
/
+3
*
glapi: Alias ClampColor and ClampColorARB.
Paul Berry
2012-10-23
2
-2
/
+0
*
main: Fix warning ('struct gl_context' declared inside parameter list).
Paul Berry
2012-10-23
1
-0
/
+1
*
mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.
Eric Anholt
2012-10-22
1
-1
/
+1
*
mesa: Refuse to EndQuery with a mismatched query target.
Eric Anholt
2012-10-22
1
-0
/
+10
*
mesa: Throw an error for a new query on an already-active query target.
Eric Anholt
2012-10-22
1
-0
/
+13
*
i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.
Eric Anholt
2012-10-22
1
-0
/
+12
*
st/mesa: free TGSI tokens with ureg_free_tokens()
Brian Paul
2012-10-22
1
-1
/
+1
*
st/mesa: replace REALLOC() with realloc()
Brian Paul
2012-10-22
1
-8
/
+2
*
i965: Stop flushing the batch on timestamp queries, too.
Eric Anholt
2012-10-19
1
-1
/
+0
*
i965: Don't flush the batch immediately on EndQuery.
Eric Anholt
2012-10-19
1
-5
/
+14
*
i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.
Eric Anholt
2012-10-19
1
-1
/
+1
*
i965/vs: include format argument in debug printf
Tapani Pälli
2012-10-19
1
-1
/
+1
*
st/mesa: Fix source miptree level for copying data to finalized miptree.
Michel Dänzer
2012-10-19
1
-1
/
+5
*
st/mesa: improve the guess_and_alloc_texture() heuristic
Brian Paul
2012-10-18
1
-0
/
+2
*
intel: Skip texsubimage fastpath for more pixel unpack state (v2)
Chad Versace
2012-10-18
1
-1
/
+6
*
Finish _HAVE_FULL_GL removal
Matt Turner
2012-10-17
3
-50
/
+0
*
i965/fs: Statically allocate the reg_sets at context initialization.
Eric Anholt
2012-10-17
3
-49
/
+61
*
i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.
Eric Anholt
2012-10-17
2
-1
/
+63
*
i965/fs: Reduce the interference between payload regs and virtual GRFs.
Eric Anholt
2012-10-17
2
-19
/
+152
*
i965/fs: Expose the payload registers to the register allocator.
Eric Anholt
2012-10-17
1
-7
/
+39
*
i965/fs: Remove extra allocation for classes[].
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965/fs: Make the register allocation class_sizes[] choice static.
Eric Anholt
2012-10-17
2
-60
/
+42
*
i965/vs: Improve live interval calculation.
Eric Anholt
2012-10-17
4
-96
/
+388
[next]