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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm/tgsi: handle untyped moves
Zack Rusin
2013-04-10
2
-0
/
+10
*
gallivm: fix loops and conditionals within GS
Zack Rusin
2013-04-10
2
-19
/
+105
*
gallivm: fix unsigned divide and remainder opcodes
Zack Rusin
2013-04-10
1
-4
/
+33
*
gallivm: fix breakc
Zack Rusin
2013-04-10
1
-12
/
+14
*
tgsi: Ensure struct tgsi_ind_register field Index is initialized.
Vinson Lee
2013-04-08
1
-0
/
+1
*
gallium/util: add const to a parameter of util_max_layer
Marek Olšák
2013-04-06
1
-1
/
+1
*
util: add ETC as compressed format
Wladimir
2013-04-05
1
-0
/
+1
*
gallium/u_blitter: fix is_blit_generic_supported() stencil checking
Brian Paul
2013-04-05
1
-12
/
+14
*
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
*
gallivm: some minor cube map cleanup
Roland Scheidegger
2013-04-04
1
-10
/
+15
*
llvmpipe: implement ucmp
Zack Rusin
2013-04-04
1
-0
/
+21
*
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
*
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
4
-14
/
+16
*
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
*
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
*
gallium/hud: try L8 texture for font if I8 format isn't supported
Brian Paul
2013-04-03
1
-4
/
+13
*
gallium/hud: add support for PIPE_QUERY_PIPELINE_STATISTICS
Christoph Bumiller
2013-04-03
4
-9
/
+52
*
gallivm: bring back optimized but incorrect float to smallfloat optimizations
Roland Scheidegger
2013-04-02
1
-38
/
+78
*
gallivm: consolidate code for float-to-half and float-to-packed conversion.
Roland Scheidegger
2013-04-02
3
-108
/
+102
*
gallium/hud: do .xxxx swizzling for the font texture in the fragment shader
Marek Olšák
2013-04-02
1
-6
/
+30
*
hud: flush/unmap the vertex buffer before drawing
Brian Paul
2013-04-02
1
-0
/
+3
*
draw: use pipe_transfer_unmap() to match pipe_transfer_map()
Brian Paul
2013-04-02
1
-1
/
+1
*
gallivm: fix signed small float to float conversion
Roland Scheidegger
2013-04-02
1
-1
/
+1
*
gallivm: Minor comment cleanup
Adam Jackson
2013-04-01
1
-1
/
+1
*
gallivm: consolidate some half-to-float and r11g11b10-to-float code
Roland Scheidegger
2013-03-29
3
-63
/
+52
*
draw: fix some build breakage when LLVM is not used
Brian Paul
2013-03-28
2
-1
/
+8
*
llvmpipe/draw: Fix texture sampling in geometry shaders
Zack Rusin
2013-03-27
3
-62
/
+84
*
draw/llvm: Cleanup the store debugging code
Zack Rusin
2013-03-27
1
-8
/
+5
*
draw: Allocate the output buffer for output primitives
Zack Rusin
2013-03-27
1
-2
/
+1
*
gallivm: Implement the breakc instruction
Zack Rusin
2013-03-27
2
-0
/
+34
*
gallivm: implement implicit primitive flushing
Zack Rusin
2013-03-27
2
-0
/
+15
*
gallium/llvm: implement geometry shaders in the llvm paths
Zack Rusin
2013-03-27
9
-77
/
+1283
*
draw/gs: Fetch more than one primitive per invocation
Zack Rusin
2013-03-27
2
-13
/
+48
*
draw/gs: Abstract the portions of GS that are tgsi specific
Zack Rusin
2013-03-27
2
-128
/
+156
*
draw/llvm: Remove unused gs_constants from jit_context
Zack Rusin
2013-03-27
3
-25
/
+11
*
gallium: implement a heads-up display module
Marek Olšák
2013-03-26
9
-0
/
+2082
[next]