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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/wgl: Install our windows message hook to threads created before the ICD is...
José Fonseca
2013-04-05
2
-26
/
+196
*
llvmpipe: Work without sse2 if llvm is new enough
Adam Jackson
2013-04-05
1
-2
/
+3
*
winsys/radeon: add command stream replay dump for faulty lockup v3
Jerome Glisse
2013-04-05
7
-37
/
+443
*
st/xlib: add HUD support for xlib/GLX
Brian Paul
2013-04-04
4
-0
/
+34
*
gallium/hud: add GALLIUM_HUD_PERIOD env var
Brian Paul
2013-04-04
1
-1
/
+16
*
gallium/hud: initialize sampler state
Brian Paul
2013-04-04
1
-0
/
+6
*
glsl: Add an optimization pass to flatten simple nested if blocks.
Kenneth Graunke
2013-04-04
4
-0
/
+106
*
i965: Use a variable for the push constant size in kB.
Kenneth Graunke
2013-04-04
1
-2
/
+3
*
i965: Turn brw->urb.vs_size and gs_size into local variables.
Kenneth Graunke
2013-04-04
3
-22
/
+12
*
i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.
Kenneth Graunke
2013-04-04
3
-4
/
+0
*
i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.
Kenneth Graunke
2013-04-04
5
-279
/
+0
*
i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.
Kenneth Graunke
2013-04-04
3
-29
/
+0
*
i965: Remove fixed-function texture projection avoidance optimization.
Kenneth Graunke
2013-04-04
1
-25
/
+18
*
i965: Use ctx->Stencil._WriteEnabled in DEPTH_STENCIL_STATE.
Kenneth Graunke
2013-04-04
1
-5
/
+1
*
i965: Fix stencil write enable flag in 3DSTATE_DEPTH_BUFFER on Gen7+.
Kenneth Graunke
2013-04-04
1
-1
/
+1
*
mesa: Add new ctx->Stencil._WriteEnabled derived state flag.
Kenneth Graunke
2013-04-04
2
-0
/
+6
*
gallivm: some minor cube map cleanup
Roland Scheidegger
2013-04-04
1
-10
/
+15
*
i965: Ask the register allocator to round-robin through registers.
Eric Anholt
2013-04-04
3
-3
/
+31
*
llvmpipe: implement ucmp
Zack Rusin
2013-04-04
2
-0
/
+32
*
Avoid spurious GCC warnings in STATIC_ASSERT() macro.
Paul Berry
2013-04-04
2
-2
/
+2
*
freedreno: document debug flag
Erik Faye-Lund
2013-04-04
1
-0
/
+4
*
st/wgl: add HUD support
Brian Paul
2013-04-04
5
-0
/
+42
*
st/wgl: make stw_current_context() non-static
Brian Paul
2013-04-04
2
-1
/
+3
*
util: add debug_memory_check_block(), debug_memory_tag()
Brian Paul
2013-04-04
2
-0
/
+61
*
gallium/hud: replace malloc w/ MALLOC
Brian Paul
2013-04-04
1
-1
/
+1
*
r600g/llvm: Workaround for wrong tex.offset_*
Vincent Lejeune
2013-04-04
1
-0
/
+3
*
gallivm: honor explicit derivatives values for cube maps.
Roland Scheidegger
2013-04-04
4
-28
/
+60
*
gallivm: do per-pixel cube face selection (finally!!!)
Roland Scheidegger
2013-04-04
3
-82
/
+180
*
gallivm: minor rho calculation optimization for 1 or 3 coords
Roland Scheidegger
2013-04-04
2
-29
/
+22
*
gallivm: use f16c hw support for float->half and half->float conversion
Roland Scheidegger
2013-04-04
4
-4
/
+53
*
draw/llvmpipe: allow independent so attachments to the vs
Zack Rusin
2013-04-03
6
-23
/
+43
*
llvmpipe: reset so buffers when not appending
Zack Rusin
2013-04-03
1
-0
/
+6
*
draw: remove unused function
Zack Rusin
2013-04-03
2
-12
/
+0
*
draw/llvm: use an enum instead of magic numbers
Zack Rusin
2013-04-03
2
-10
/
+15
*
draw/gs: cleanup some debugging code
Zack Rusin
2013-04-03
1
-4
/
+0
*
draw/so: maintain an exact number of written vertices
Zack Rusin
2013-04-03
3
-7
/
+33
*
draw: Implement support for primitive id
Zack Rusin
2013-04-03
8
-8
/
+33
*
draw/so: Fix bogus assert
Zack Rusin
2013-04-03
1
-1
/
+0
*
draw/gs: Fix memory corruption with multiple primitives
Zack Rusin
2013-04-03
1
-10
/
+15
*
gallivm: cleanup the gs interface
Zack Rusin
2013-04-03
3
-50
/
+85
*
svga: add new memory-used HUD query
Brian Paul
2013-04-03
8
-1
/
+33
*
util: add new util_resource_size() function in u_resource.[ch]
Brian Paul
2013-04-03
2
-1
/
+98
*
util: move functions from u_resource.c to u_transfer.c
Brian Paul
2013-04-03
2
-75
/
+74
*
r600g/llvm: Do not override llvm provided stack_size
Vincent Lejeune
2013-04-03
1
-1
/
+2
*
r600g/llvm: Do not change cf_alu inst when adding alus
Vincent Lejeune
2013-04-03
1
-7
/
+2
*
radeonsi: add more cases for copying unsupported formats to resource_copy_region
Marek Olšák
2013-04-03
1
-0
/
+12
*
svga: add HUD queries for number of draw calls, number of fallbacks
Brian Paul
2013-04-03
4
-0
/
+61
*
svga: refactor occlusion query code
Brian Paul
2013-04-03
1
-94
/
+124
*
gallium/hud: try L8 texture for font if I8 format isn't supported
Brian Paul
2013-04-03
1
-4
/
+13
*
svga: add case for PIPE_CAP_QUERY_PIPELINE_STATISTICS
Brian Paul
2013-04-03
1
-0
/
+1
[next]