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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.
José Fonseca
2012-02-17
1
-3
/
+5
*
llvmpipe: Specify lp_test_arit's target precision per function.
José Fonseca
2012-02-17
1
-10
/
+16
*
llvmpipe: Add a negation test to lp_test_arit.
José Fonseca
2012-02-17
1
-0
/
+7
*
r300g: don't use pipe_screen::winsys
Marek Olšák
2012-02-17
1
-2
/
+2
*
r300g: don't use pipe_context::winsys
Marek Olšák
2012-02-17
1
-1
/
+1
*
r600g: remove the workaround for quads and provoking vertex
Marek Olšák
2012-02-16
5
-33
/
+25
*
r600g: remove redundant r600_context::vs_so_stride_in_dw
Marek Olšák
2012-02-16
3
-4
/
+1
*
r600g: Use a fake reloc to sleep for fences
Simon Farnsworth
2012-02-14
2
-2
/
+24
*
r600g: consolidate set_blend_color code
Marek Olšák
2012-02-14
4
-40
/
+23
*
r600g: consolidate more translate functions
Marek Olšák
2012-02-14
4
-140
/
+74
*
r600g: inline r600_translate_ds_func
Marek Olšák
2012-02-14
2
-16
/
+4
*
r600g: remove unused variable
Marek Olšák
2012-02-14
1
-2
/
+0
*
r600g: consolidate some translate functions
Marek Olšák
2012-02-14
4
-84
/
+44
*
Revert "r600g: don't advertise integer textures without GLSL 1.3"
Marek Olšák
2012-02-14
2
-8
/
+0
*
r600g: don't advertise integer textures without GLSL 1.3
Marek Olšák
2012-02-14
2
-0
/
+8
*
i915g: Remove useless draw calls.
Stéphane Marchesin
2012-02-12
3
-41
/
+2
*
i915g: Add a way to profile the contents of command buffers.
Stéphane Marchesin
2012-02-12
1
-0
/
+12
*
i915g: Fix comments.
Stéphane Marchesin
2012-02-12
1
-2
/
+2
*
i915g: Don't emit state when it's already bound.
Stéphane Marchesin
2012-02-12
1
-0
/
+32
*
i915g: Remove unused poly stipple state.
Stéphane Marchesin
2012-02-12
2
-54
/
+0
*
i915g: Implement stipple with draw.
Stéphane Marchesin
2012-02-12
2
-1
/
+5
*
i915g: Fix comment.
Stéphane Marchesin
2012-02-12
1
-1
/
+1
*
i915g: Move ureg defines to the header so we can share them.
Stéphane Marchesin
2012-02-12
2
-32
/
+32
*
i915g: Separate declarations and program in the fragment program struct.
Stéphane Marchesin
2012-02-12
4
-9
/
+31
*
r300g: always fail to create a multisample resource
Marek Olšák
2012-02-12
1
-0
/
+3
*
r300g: assert-fail when calling resource_resolve
Marek Olšák
2012-02-12
1
-0
/
+3
*
r600g: 128 bit formats require tile_type = 1 on cayman
Alex Deucher
2012-02-10
1
-0
/
+10
*
r600g: fix tex tile_type offset for cayman
Alex Deucher
2012-02-10
2
-1
/
+7
*
gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Christoph Bumiller
2012-02-09
9
-0
/
+13
*
r600g: fix handling of outputs as TEX addr sources
Christian König
2012-02-08
1
-1
/
+2
*
r600g: remove unused vars to silence warnings
Brian Paul
2012-02-07
1
-2
/
+0
*
scons: r300/r600 now depends on libdrm.
José Fonseca
2012-02-07
2
-0
/
+5
*
r600g: add support for common surface allocator for tiling v13
Jerome Glisse
2012-02-06
9
-124
/
+740
*
nv50: fix bad assertion on Elements(phi->src) in regalloc
Christoph Bumiller
2012-02-06
1
-1
/
+1
*
vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
Christian König
2012-02-06
1
-1
/
+1
*
vl: add interlacing capabilities
Christian König
2012-02-06
5
-0
/
+30
*
llvmpipe: Make more resilient to out-of-memory situations.
José Fonseca
2012-02-03
1
-2
/
+6
*
llvmpipe: clear storage for newly allocated resources
Keith Whitwell
2012-02-03
1
-2
/
+20
*
svga: fix a crash happening before setting fragment shaders.
Zack Rusin
2012-02-01
1
-1
/
+2
*
nv50: add assertions missed in earlier nv50 commit
Brian Paul
2012-02-01
2
-0
/
+2
*
nv50: use larger arrays to silence warnings and fix buffer overflows
Brian Paul
2012-02-01
2
-2
/
+2
*
r600g: shorten expressions accessing family and chip_class
Marek Olšák
2012-01-31
3
-19
/
+19
*
r300g: don't use pipe_context::winsys
Marek Olšák
2012-01-31
1
-6
/
+3
*
r600g: remove unused variable num_dest_buffers
Marek Olšák
2012-01-31
3
-5
/
+0
*
r600g: use the new code for streamout flush as well
Marek Olšák
2012-01-31
1
-11
/
+6
*
r600g: rename r600_reg::flush_flags -> sbu_flags
Marek Olšák
2012-01-31
3
-4
/
+4
*
r600g: fix computation of how many dwords is needed for a flush at the end of CS
Marek Olšák
2012-01-31
2
-11
/
+4
*
r600g: remove unused r600_reg::flush_mask
Marek Olšák
2012-01-31
3
-1179
/
+1176
*
r600g: remove more dead code
Marek Olšák
2012-01-31
2
-9
/
+0
*
r600g: remove dead code for tracking relocations
Marek Olšák
2012-01-31
4
-32
/
+1
[prev]
[next]