index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: remove useless texture barrier
Marek Olšák
2011-11-10
1
-2
/
+0
*
r600g: flush the whole context when CS is full, not just hw_context
Marek Olšák
2011-11-10
3
-1
/
+6
*
r600g: turn some CS overflow checks into assertions
Marek Olšák
2011-11-10
2
-12
/
+2
*
r600g: put the rest of CS overflow checks in r600_need_cs_space
Marek Olšák
2011-11-10
3
-18
/
+9
*
r600g: flush caches regardless of render condition
Marek Olšák
2011-11-10
1
-5
/
+5
*
r600g: disable render condition at the end of CS, re-enable at the beginning
Marek Olšák
2011-11-10
2
-0
/
+19
*
r600g: don't suspend queries if they have already been suspended by blitter
Marek Olšák
2011-11-10
1
-2
/
+11
*
r600g: properly reserve CS space for queries_suspend
Marek Olšák
2011-11-10
3
-21
/
+18
*
r600g: reserve CS space for a draw command in begin_query and render_condition
Marek Olšák
2011-11-10
3
-11
/
+25
*
r600g: consolidate checking whether CS is full
Marek Olšák
2011-11-10
3
-31
/
+28
*
radeon: fix tex1d-border2d
Dave Airlie
2011-11-10
1
-31
/
+33
*
radeon: fix 3-coordinate swtcl emission
Dave Airlie
2011-11-10
1
-0
/
+8
*
swrast: Add support for glReadPixels() to integer types.
Eric Anholt
2011-11-09
1
-6
/
+13
*
mesa: Add support for unpacking 32-bit integer formats to int spans.
Eric Anholt
2011-11-09
2
-0
/
+128
*
meta: Add support for glClear() to integer color buffers.
Eric Anholt
2011-11-09
1
-4
/
+109
*
i965: Claim to support rendering to integer FBOs.
Eric Anholt
2011-11-09
2
-1
/
+13
*
i965/fs: Add support for user-defined out variables.
Eric Anholt
2011-11-09
2
-35
/
+39
*
i965/fs: Preserve the source register type when doing color writes.
Eric Anholt
2011-11-09
1
-4
/
+7
*
i965: Make brw_type_for_base_type return the element type for arrays.
Eric Anholt
2011-11-09
1
-0
/
+1
*
i965: Enable ChooseTexFormat for supported GL_EXT_texture_integer formats.
Eric Anholt
2011-11-09
1
-0
/
+30
*
i965: Add mapping from MESA_FORMAT to BRW_SURFACEFORMAT for integer.
Eric Anholt
2011-11-09
1
-0
/
+24
*
intel: Expose GL_EXT_texture_integer when GL 3.0 override is set.
Eric Anholt
2011-11-09
1
-0
/
+10
*
docs: Note EXT_texture_array on i965.
Eric Anholt
2011-11-09
1
-1
/
+1
*
i965: Add support for 16-bit unorm L, A, and I textures.
Eric Anholt
2011-11-09
2
-1
/
+8
*
intel: Don't _mesa_problem when asked for an RB of a texturing-only type.
Eric Anholt
2011-11-09
2
-2
/
+11
*
r200: remove dangling radeon.h symlink.
Paul Berry
2011-11-09
1
-1
/
+0
*
glsl: Assign transform feedback varying slots in linker.
Paul Berry
2011-11-09
2
-63
/
+503
*
glsl: Clamp vector indices when lowering to swizzles
Ian Romanick
2011-11-09
1
-2
/
+20
*
scons: Disable deprecated POSIX name MSVC warnings.
José Fonseca
2011-11-09
1
-0
/
+1
*
mesa,glsl,mapi: Put extern "C" { ... } where appropriate.
José Fonseca
2011-11-09
20
-33
/
+158
*
scons: Don't list m_xform.c twice.
José Fonseca
2011-11-09
1
-5
/
+0
*
glu: Fix deprecated conversion from string constant to ‘char*’ warning.
José Fonseca
2011-11-09
2
-2
/
+2
*
r600g: clarify meaning of one variable in shader codegen
Marek Olšák
2011-11-09
1
-1
/
+1
*
r600g: cosmetic changes in query code
Marek Olšák
2011-11-09
2
-10
/
+7
*
r600g: use modulo for computing index into query (ring) buffers
Marek Olšák
2011-11-09
1
-14
/
+5
*
r600g: make r600_query_result more generic
Marek Olšák
2011-11-09
1
-15
/
+37
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
20
-7048
/
+3
*
mesa: fix signed/unsigned integer comparison warnings
Brian Paul
2011-11-08
2
-5
/
+9
*
glsl: remove trailing comma to silence warning
Brian Paul
2011-11-08
1
-1
/
+1
*
mesa: Implement glGetFragDataLocation
Ian Romanick
2011-11-08
2
-20
/
+56
*
linker: Use app-specified fragment data location during linking
Ian Romanick
2011-11-08
4
-8
/
+25
*
mesa: Stub implementation of glBindFragDataLocation
Ian Romanick
2011-11-08
2
-18
/
+37
*
softpipe: don't clamp or do logical operations on floating-point buffers.
Morgan Armand
2011-11-08
1
-22
/
+54
*
st/mesa: Fix memory leak on error path.
Vinson Lee
2011-11-07
1
-1
/
+3
*
st/dri: Fix memory leak on error path.
Vinson Lee
2011-11-07
1
-1
/
+3
*
glsl: Generate IR for switch statements
Dan McCabe
2011-11-07
3
-45
/
+254
*
glsl: Reference data structure ctors in grammar
Dan McCabe
2011-11-07
3
-16
/
+193
*
glsl: Create AST structs corresponding to new productions in grammar
Dan McCabe
2011-11-07
1
-0
/
+59
*
glsl: Add productions to GLSL grammar for switch statement
Dan McCabe
2011-11-07
1
-3
/
+61
*
glsl: Create AST data structures for switch statement and case label
Dan McCabe
2011-11-07
1
-4
/
+20
[next]