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: 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
*
i965/vs: Fix the mlen of scratch read/write messages.
Eric Anholt
2012-10-17
1
-2
/
+2
*
i965: Make the cfg reusable from the VS.
Eric Anholt
2012-10-17
5
-16
/
+16
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
13
-33
/
+32
*
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
2012-10-17
8
-65
/
+65
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
7
-6
/
+6
*
i965: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
2012-10-17
5
-24
/
+30
*
i965/vs: Trim the swizzle of the scratch write temporary.
Eric Anholt
2012-10-17
1
-1
/
+16
*
i965/vs: Do the temporary allocation in emit_scratch_write().
Eric Anholt
2012-10-17
3
-21
/
+12
*
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
2012-10-17
3
-8
/
+6
*
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
2012-10-17
4
-5
/
+96
*
st/mesa: silence MSVC signed/unsigned comparison warning
Brian Paul
2012-10-17
1
-1
/
+2
*
st/mesa: silence MSVC double/unsigned assignment warning
Brian Paul
2012-10-17
1
-1
/
+2
*
wmesa: remove old, unused span code
Brian Paul
2012-10-17
1
-474
/
+0
*
mesa/tests: Add ES1.1 dispatch table sanity test
Ian Romanick
2012-10-16
1
-0
/
+207
*
mesa/tests: Compile ES2 test regardless of FEATURE_ES2 setting
Ian Romanick
2012-10-16
1
-4
/
+0
*
mesa: remove FEATURE_ES1 tests in enable.c code
Brian Paul
2012-10-16
1
-6
/
+0
*
mesa: remove FEATURE_ES test in _mesa_get_compressed_formats()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove FEATURE_ES test in _mesa_is_compressed_format()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove FEATURE_GL test from updated_drawbuffers()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
18
-133
/
+1
*
mesa: remove ASSERT_NO_FEATURE macro
Brian Paul
2012-10-16
2
-4
/
+1
*
i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.
Eric Anholt
2012-10-16
4
-121
/
+172
[next]