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: Fix for dynamically linked LLVM 2.8 library.
José Fonseca
2011-06-12
1
-2
/
+12
*
gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.
José Fonseca
2011-06-12
1
-0
/
+13
*
draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)
Brian Paul
2011-06-10
1
-5
/
+57
*
tgsi/ureg: bump the limit of immediates
Marek Olšák
2011-06-01
1
-1
/
+1
*
draw: Fix draw_variant_output::format's type.
José Fonseca
2011-05-18
2
-3
/
+4
*
gallivm: Disable MMX-disabling code on llvm-2.9.
Vinson Lee
2011-04-20
1
-0
/
+2
*
cso: fix loop bound in cso_set_vertex_samplers()
Brian Paul
2011-02-21
1
-1
/
+1
*
gallivm: fix copy&paste error from previous commit
Brian Paul
2011-02-21
1
-1
/
+1
*
gallivm: work around LLVM 2.6 bug when calling C functions
Brian Paul
2011-02-21
2
-11
/
+61
*
draw: Fix an off-by-one bug in a vsplit assertion.
Brian Paul
2011-01-13
1
-1
/
+2
*
draw/llvm: don't flush in vs_llvm_delete()
Brian Paul
2010-12-14
1
-12
/
+0
*
u_blitter: use util_is_format_compatible in the assert
Marek Olšák
2010-12-07
1
-1
/
+2
*
gallium/util: minor formatting fixes
Brian Paul
2010-12-06
1
-3
/
+3
*
init ps->context with util_surfaces_get and do_get
Xavier Chantry
2010-12-05
3
-12
/
+15
*
nvfx: fixes after array textures merge
Xavier Chantry
2010-12-05
2
-10
/
+25
*
mesa: consolidate some compiler -D flags
Brian Paul
2010-12-03
1
-3
/
+0
*
gallivm: fix null builder pointers
Brian Paul
2010-12-03
1
-3
/
+2
*
gallivm/llvmpipe: remove lp_build_context::builder
Brian Paul
2010-12-02
11
-263
/
+339
*
gallium/util: add states relevant to geometry shaders
Zack Rusin
2010-12-02
1
-0
/
+4
*
util: Don't try to use imagehlp on mingw.
José Fonseca
2010-12-02
1
-2
/
+2
*
util: __builtin_frame_address() doesn't work on mingw.
José Fonseca
2010-12-02
1
-1
/
+4
*
util: Plug leaks in util_destroy_gen_mipmap.
José Fonseca
2010-12-02
1
-2
/
+4
*
util: C++ safe.
José Fonseca
2010-12-02
1
-0
/
+11
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
26
-556
/
+631
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
51
-1606
/
+2220
*
util: rename u_mempool -> u_slab
Marek Olšák
2010-11-30
4
-74
/
+74
*
gallivm: fix storing of the addr register
Zack Rusin
2010-11-30
1
-1
/
+1
*
u_blitter: interpolate clear color using a GENERIC varying instead of COLOR
Marek Olšák
2010-11-28
3
-25
/
+22
*
u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stall
Marek Olšák
2010-11-25
1
-2
/
+5
*
auxiliary: util_blit_pixels_tex should restore the viewport.
Chia-I Wu
2010-11-25
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-0
/
+2
*
tgsi: Add STENCIL to text parser.
Chia-I Wu
2010-11-21
1
-1
/
+2
*
gallium: Remove redundant sw and debug target helpers
Jakob Bornecrantz
2010-11-17
4
-87
/
+1
*
tgsi: fill out CAPs for indirect addressing
Marek Olšák
2010-11-12
1
-0
/
+5
*
gallivm: implement indirect addressing over inputs
Zack Rusin
2010-11-10
1
-3
/
+64
*
gallivm: Allocate TEMP/OUT arrays only once.
José Fonseca
2010-11-09
1
-36
/
+23
*
gallivm: implement indirect addressing of the output registers
Zack Rusin
2010-11-09
1
-5
/
+105
*
os: Open file streams in binary mode.
Michal Krol
2010-11-08
1
-1
/
+1
*
scons: Remove old pipebuffer SConscript
Jakob Bornecrantz
2010-11-05
1
-18
/
+0
*
gallivm: add const qualifiers, fix comment string
Brian Paul
2010-11-05
1
-4
/
+4
*
gallivm: alloca() was called too often for temporary arrays
Brian Paul
2010-11-05
1
-0
/
+2
*
tgsi: remove unused function
Brian Paul
2010-11-04
1
-11
/
+0
*
gallivm: implement execution mask for scatter stores
Brian Paul
2010-11-04
1
-7
/
+34
*
gallivm: added lp_elem_type()
Brian Paul
2010-11-04
2
-0
/
+20
*
gallivm: add pixel offsets in scatter stores
Brian Paul
2010-11-04
1
-2
/
+18
*
gallivm: added debug code to dump temp registers
Brian Paul
2010-11-04
1
-0
/
+51
*
tgsi/build: Reduce interface clutter.
Michal Krol
2010-11-04
2
-541
/
+367
*
tgsi/exec: Get rid of obsolete condition codes.
Michal Krol
2010-11-04
2
-33
/
+4
*
tgsi/exec: Cleanup the remaining arithmetic instructions.
Michal Krol
2010-11-04
1
-378
/
+413
*
gallivm: add some LLVM var labels
Brian Paul
2010-11-03
1
-6
/
+6
[next]