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
*
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
*
r600c/g: Add pci id for FirePro 2270
Kostas Georgiou
2011-05-06
1
-0
/
+1
*
r600g: add new pci ids
Alex Deucher
2011-05-03
1
-0
/
+4
*
docs: replace llvmpipe/README with docs/llvmpipe.html
Brian Paul
2011-04-20
1
-138
/
+0
*
llvmpipe: document issue with LLVM 2.8 and earlier with AVX
Brian Paul
2011-04-20
1
-0
/
+4
*
llvmpipe: Update readme.
José Fonseca
2011-04-20
1
-21
/
+2
*
Check for out of memory when creating fence
Alan Hourihane
2011-04-20
1
-0
/
+3
*
gallivm: Disable MMX-disabling code on llvm-2.9.
Vinson Lee
2011-04-20
1
-0
/
+2
*
scons: remove dangling reference to state_trackers/python/SConscript
Brian Paul
2011-04-19
1
-1
/
+0
*
r600g: add some additional ontario pci ids
Alex Deucher
2011-04-04
1
-0
/
+2
*
r300g: tell the GLSL compiler to lower the continue opcode
Marek Olšák
2011-04-03
1
-2
/
+2
*
r600g: move user fence into base radeon structure
Jerome Glisse
2011-03-30
6
-43
/
+42
*
st/dri: Fix surfaceless gl using contexts with previous bound surfaces
Benjamin Franzke
2011-03-30
1
-2
/
+6
*
r300g: fix alpha-test with no colorbuffer
Marek Olšák
2011-03-24
1
-0
/
+5
*
r600: don't close fd on failed load
Dave Airlie
2011-03-14
1
-3
/
+0
*
st/dri: Track drawable context bindings
Marek Olšák
2011-02-20
4
-2
/
+14
*
cso: fix loop bound in cso_set_vertex_samplers()
Brian Paul
2011-02-21
1
-1
/
+1
*
softpipe: fix off-by-one error in setup_fragcoord_coeff()
Brian Paul
2011-02-21
1
-1
/
+1
*
llvmpipe: make sure binning is active when we begin/end a query
Brian Paul
2011-02-21
1
-0
/
+4
*
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
*
nv50,nvc0: do not forget to apply sign mode to saved TGSI inputs
Christoph Bumiller
2011-02-16
1
-1
/
+1
*
r300g: Null pointer check for buffer deref in gallium winsys
Bryce Harrington
2011-02-11
1
-1
/
+1
*
Remove talloc from the SCons build system.
Kenneth Graunke
2011-02-07
3
-3
/
+0
*
draw: Fix an off-by-one bug in a vsplit assertion.
Brian Paul
2011-01-13
1
-1
/
+2
*
r600g: support up to 64 shader constants
Alex Deucher
2011-01-06
2
-1
/
+20
*
r600g: add support for NI (northern islands) asics
Alex Deucher
2011-01-06
7
-0
/
+118
*
r600g: hack around property unknown issues.
Dave Airlie
2011-01-06
1
-0
/
+2
*
r600g: remove useless switch statements
Alex Deucher
2011-01-06
2
-105
/
+0
*
r600g: fix evergreen segfaults.
Dave Airlie
2011-01-06
1
-1
/
+1
*
r600g: avoid segfault
Jerome Glisse
2011-01-06
2
-2
/
+2
*
r600g: properly unset vertex buffer
Jerome Glisse
2011-01-06
3
-12
/
+22
*
r600g: need to reference upload buffer as the might still live accross flush
Jerome Glisse
2011-01-06
2
-2
/
+4
*
r600g: fix segfault when translating vertex buffer
Jerome Glisse
2011-01-06
4
-21
/
+10
*
r600g: fix bo size when creating bo from handle
Jerome Glisse
2011-01-06
1
-1
/
+1
*
r600g: fix pow(0, 0) evaluating to NaN
Fredrik Höglund
2010-12-29
1
-1
/
+1
*
r600g: fix rendering with a vertex attrib having a zero stride
Alex Deucher
2010-12-29
1
-4
/
+6
*
r300g: mark vertex arrays as dirty after a buffer_offset change
Marek Olšák
2010-12-28
1
-0
/
+1
*
r300g/swtcl: re-enable LLVM
Marek Olšák
2010-12-28
3
-2
/
+23
*
st/egl: Fix eglChooseConfig when configs is NULL.
Chia-I Wu
2010-12-26
1
-4
/
+4
*
st/egl: Assorted fixes for dri2_display_get_configs.
Chia-I Wu
2010-12-22
1
-4
/
+36
*
st/egl: Fix eglCopyBuffers.
Chia-I Wu
2010-12-22
1
-6
/
+5
*
st/egl: Plug pbuffer leaks.
Chia-I Wu
2010-12-22
1
-8
/
+2
*
r300g: finally fix the texture corruption on r3xx-r4xx
Marek Olšák
2010-12-18
1
-17
/
+15
*
r300g: fix rendering with a vertex attrib having a zero stride
Marek Olšák
2010-12-16
1
-7
/
+7
*
r300g: fixup rs690 tiling stride alignment calculations.
Dave Airlie
2010-12-16
3
-31
/
+19
*
draw/llvm: don't flush in vs_llvm_delete()
Brian Paul
2010-12-14
1
-12
/
+0
*
r600g: Fix SCons build.
Vinson Lee
2010-12-09
4
-4
/
+5
*
r600g: indentation cleanup
Jerome Glisse
2010-12-09
2
-23
/
+21
[next]