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
...
*
util/format: Fix bug in float to non-float conversion in u_format_pack.py.
James Benton
2012-11-27
1
-1
/
+1
*
gallivm: Fix bug in lp_build_one which would incorrectly return a vector for ...
James Benton
2012-11-27
1
-1
/
+1
*
gallivm: use the new mip per quad handling in texture fetch path
Roland Scheidegger
2012-11-27
3
-193
/
+212
*
gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets
Roland Scheidegger
2012-11-27
11
-67
/
+609
*
util: Only use open coded snprintf for MSVC.
Vinson Lee
2012-11-16
2
-3
/
+3
*
util/u_debug: Fix DEBUG_NAMED_VALUE.
José Fonseca
2012-11-15
1
-1
/
+1
*
draw: fix crashes with out-of-bounds indices
Roland Scheidegger
2012-11-15
2
-6
/
+9
*
auxillary: Append LLVM_CXXFLAGS to CXXFLAGS
Tom Stellard
2012-11-13
1
-0
/
+1
*
gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers
Roland Scheidegger
2012-11-12
8
-25
/
+48
*
gallium/u_blitter: handle PIPE_TEXTURE_CUBE_ARRAY in is_box_inside_resource
Marek Olšák
2012-11-11
1
-0
/
+6
*
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
*
util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.
José Fonseca
2012-11-09
1
-12
/
+6
*
softpipe,util: Fix blending of R and RG formats.
José Fonseca
2012-11-09
1
-25
/
+1
*
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
*
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
*
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
2
-30
/
+103
*
gallium: add defines/shader opcode for texture cube map array
Dave Airlie
2012-11-09
4
-2
/
+12
*
r600g: add in-place DB decompression and texturing with DB tiling
Marek Olšák
2012-11-06
1
-1
/
+2
*
util: Make u_framebuffer.h C++ safe.
José Fonseca
2012-11-05
1
-0
/
+8
*
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
*
draw: fix assertion failure in draw_emit_vertex_attr
Marek Olšák
2012-10-31
1
-2
/
+3
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
22
-220
/
+404
*
r600g: implement texturing with 8x MSAA compressed surfaces for Evergreen
Marek Olšák
2012-10-29
2
-0
/
+14
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-10-29
1
-1
/
+1
*
gallium/gallivm: code generation options for LLVM 3.1+
Alexander V. Nikolaev
2012-10-28
3
-17
/
+44
*
gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32
Brian Paul
2012-10-26
1
-4
/
+3
*
vl: fix the dri winsys helper screen init
Christian König
2012-10-26
1
-0
/
+2
*
gallivm: Hide AVX support when requested by LP_NATIVE_VECTOR_WIDTH or unsuppo...
José Fonseca
2012-10-17
1
-0
/
+10
*
gallivm: Use mcjit for ppc_64 architecture
Will Schmidt
2012-10-17
1
-1
/
+4
*
tgsi: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
2
-2
/
+2
*
util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c code
Brian Paul
2012-10-17
1
-1
/
+1
*
util: fix MSVC signed/unsigned comparison warning in u_vbuf.c code
Brian Paul
2012-10-17
1
-1
/
+1
*
util: fix MSVC double/float conversion warning in u_format_r11g11b10f.h
Brian Paul
2012-10-17
1
-1
/
+1
*
draw: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
4
-8
/
+8
*
util/blitter: silence assorted MSVC warnings
Brian Paul
2012-10-17
2
-21
/
+22
*
tgsi: Add support to parse IMM[x] too.
José Fonseca
2012-10-17
1
-0
/
+28
*
Revert "gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently."
José Fonseca
2012-10-17
1
-4
/
+4
*
util: added debug_print_transfer_flags() function
Brian Paul
2012-10-15
2
-0
/
+45
*
util: null-out the node's prev/next pointers in list_del()
Chris Fester
2012-10-15
1
-0
/
+1
*
u_format_s3tc.c: Don't call getenv() twice
Matt Turner
2012-10-12
1
-2
/
+3
*
gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently.
José Fonseca
2012-10-12
1
-4
/
+4
*
tgsi: Dump register number when dumping immediates.
José Fonseca
2012-10-12
1
-1
/
+7
*
gallivm: fix rsqrt failures
Roland Scheidegger
2012-10-12
1
-8
/
+41
[prev]
[next]