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
*
i965: Clean up code for VS pull constant surface creation.
Kenneth Graunke
2011-11-10
3
-64
/
+20
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
9
-85
/
+80
*
i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.
Kenneth Graunke
2011-11-10
3
-15
/
+35
*
i965: Combine the two WM pull constant tracked state atoms.
Kenneth Graunke
2011-11-10
4
-59
/
+16
*
i965: Rename gen6_*_constants tracked state atoms to "push_constants".
Kenneth Graunke
2011-11-10
4
-8
/
+8
*
i965: Remove nr_surfaces computation from brw_update_wm_surfaces.
Kenneth Graunke
2011-11-10
1
-11
/
+1
*
i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).
Kenneth Graunke
2011-11-10
10
-50
/
+6
*
i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit.
Kenneth Graunke
2011-11-10
1
-2
/
+1
*
i965: Remove BRW_NEW_NR_VS_SURFACES dirty bit from brw_vs_surfaces.
Kenneth Graunke
2011-11-10
1
-1
/
+0
*
i965: Add missing CACHE_NEW_WM_PROG dirty bit to WM pull constants.
Kenneth Graunke
2011-11-10
1
-2
/
+3
*
i965: Use new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
4
-126
/
+13
*
i965: Add new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
5
-0
/
+49
*
r600g: don't set the query result to 0 after a call to get_query_result
Marek Olšák
2011-11-11
1
-2
/
+0
*
r600g: the type of OCCLUSION_PREDICATE result should be boolean
Marek Olšák
2011-11-11
3
-11
/
+17
*
mesa: silence uninitialized var warning
Brian Paul
2011-11-10
1
-1
/
+1
*
radeon: silence initializer warnings
Brian Paul
2011-11-10
2
-11
/
+33
*
draw/llvm: silence uninitialized variable warnings
Brian Paul
2011-11-10
1
-0
/
+2
*
radeon: silence unused var warnings
Brian Paul
2011-11-10
1
-3
/
+3
*
egl: silence unused var warning
Brian Paul
2011-11-10
1
-0
/
+2
*
mklib: fix static lib building by filtering out -L, -l options
Wayne E. Robertz
2011-11-10
1
-1
/
+1
*
r600g: implement PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2011-11-10
1
-5
/
+21
*
r300g: fix query result of GPU_FINISHED
Marek Olšák
2011-11-10
1
-1
/
+1
*
r300g: implement PIPE_QUERY_GPU_FINISHED
Marek Olšák
2011-11-10
1
-4
/
+35
*
r300g: implement PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2011-11-10
1
-1
/
+5
*
llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...
Dave Airlie
2011-11-10
3
-3
/
+42
*
llvmpipe: add NV_conditional_render support.
Dave Airlie
2011-11-10
7
-0
/
+43
*
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
[next]