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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: Implement alpha testing in pixel shader.
Michel Dänzer
2012-11-12
6
-38
/
+52
*
radeonsi: Initialize uses_kill boolean from TGSI info.
Michel Dänzer
2012-11-12
1
-0
/
+1
*
gallium/u_blitter: handle PIPE_TEXTURE_CUBE_ARRAY in is_box_inside_resource
Marek Olšák
2012-11-11
1
-0
/
+6
*
r600g: fix printk warnings
Dave Airlie
2012-11-10
1
-4
/
+4
*
softpipe: fix unused variable warning.
Dave Airlie
2012-11-10
1
-1
/
+1
*
gallium: fix unused cap warnings in drivers for cube map array cap.
Dave Airlie
2012-11-10
3
-0
/
+3
*
r600g: add initial cube map array support (v2)
Dave Airlie
2012-11-10
9
-15
/
+238
*
u_blitter: fix cube array check
Dave Airlie
2012-11-10
1
-1
/
+1
*
util/u_surface: Support 3D/array textures in util_resource_copy_region().
José Fonseca
2012-11-09
1
-26
/
+44
*
draw: Remove redundant draw_geometry_shader_delete().
José Fonseca
2012-11-09
2
-8
/
+2
*
trace: Support geometry shaders.
José Fonseca
2012-11-09
1
-115
/
+71
*
util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.
José Fonseca
2012-11-09
1
-12
/
+6
*
galahad: Support geometry shader / stream-output methods.
José Fonseca
2012-11-09
1
-82
/
+110
*
softpipe,util: Fix blending of R and RG formats.
José Fonseca
2012-11-09
1
-25
/
+1
*
softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.
José Fonseca
2012-11-09
1
-3
/
+3
*
tgsi: Lift the requirement of indirection being done by ADDR register.
José Fonseca
2012-11-09
1
-1
/
+0
*
util: Fix reduction of line adjacency primitives.
José Fonseca
2012-11-09
1
-0
/
+2
*
softpipe: Handle adjacency primitives.
José Fonseca
2012-11-09
1
-0
/
+46
*
util/u_rect: Make it C++ safe.
José Fonseca
2012-11-09
1
-0
/
+15
*
u_blitter: don't create fragment program for cube maps unless supported.
Dave Airlie
2012-11-09
1
-1
/
+6
*
svga: Fix memory leak in svga_buffer_transfer_map.
Vinson Lee
2012-11-08
1
-0
/
+2
*
u_blitter: add cube map array support.
Dave Airlie
2012-11-09
1
-2
/
+3
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
6
-44
/
+274
*
gallium: add defines/shader opcode for texture cube map array
Dave Airlie
2012-11-09
6
-6
/
+25
*
r600g: fix lod bias/explicit lod with cube maps.
Dave Airlie
2012-11-09
1
-8
/
+20
*
r600g: clarify const buffer numbering and handling
Dave Airlie
2012-11-09
4
-4
/
+10
*
r600g: fix pre eg export with llvm
Vincent Lejeune
2012-11-08
1
-1
/
+1
*
wayland: Destroy frame callback when destroying surface
Jonas Ådahl
2012-11-07
1
-0
/
+3
*
r600g/compute: fix call to r600_bytecode_init
Alex Deucher
2012-11-07
1
-1
/
+2
*
svga: Ensure vb_transfer in svga_swtnl_draw_vbo in initialized.
Vinson Lee
2012-11-06
1
-1
/
+1
*
r600g: add in-place DB decompression and texturing with DB tiling
Marek Olšák
2012-11-06
9
-80
/
+218
*
trace: Prevent segfault when passing NULL to set_vertex_buffers.
José Fonseca
2012-11-05
2
-15
/
+23
*
galahad: Prevent segfault when passing NULL to set_vertex_buffers.
José Fonseca
2012-11-05
1
-1
/
+1
*
util: Make u_framebuffer.h C++ safe.
José Fonseca
2012-11-05
1
-0
/
+8
*
nv50,nvc0: expose ARB_map_buffer_alignment
Lucas Stach
2012-11-04
4
-6
/
+8
*
r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fs
Vincent Lejeune
2012-11-02
6
-12
/
+130
*
radeonsi: Implement support for vertex shader samplers.
Michel Dänzer
2012-11-02
2
-22
/
+60
*
libgl-xlib: include glheader.h instead of GL/gl.h to fix build
Brian Paul
2012-11-01
1
-1
/
+1
*
r600g: re-enable handling of DISCARD_RANGE, improving performance
Marek Olšák
2012-11-01
1
-2
/
+0
*
r600g: fix abysmal performance in Reaction Quake
Marek Olšák
2012-11-01
2
-21
/
+24
*
gallium/u_vbuf: document how it works
Marek Olšák
2012-11-01
2
-3
/
+63
*
gallium/u_vbuf: optimize looping over the list of buffers to upload
Marek Olšák
2012-11-01
1
-9
/
+12
*
gallium/u_vbuf: skip processing of buffers unused by the vertex element state
Marek Olšák
2012-11-01
1
-15
/
+24
*
llvmpipe: Obey back writemask.
José Fonseca
2012-10-31
1
-2
/
+8
*
r600g: avoid shader needing too many gpr to lockup the gpu v2
Jerome Glisse
2012-10-31
3
-34
/
+62
*
draw: fix assertion failure in draw_emit_vertex_attr
Marek Olšák
2012-10-31
1
-2
/
+3
*
r600g: use SQ_VTX_SEMANTIC_CLEAR to clear the semantic registers
Marek Olšák
2012-10-31
4
-99
/
+11
*
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
2012-10-31
13
-3
/
+26
*
r600g: use better sample positions for 8x MSAA
Marek Olšák
2012-10-31
2
-12
/
+12
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
70
-420
/
+580
[next]