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
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
8
-266
/
+1
*
softpipe: don't clamp or do logical operations on floating-point buffers.
Morgan Armand
2011-11-08
1
-22
/
+54
*
softpipe: fix memory leaks
Morgan Armand
2011-11-07
2
-1
/
+7
*
llvmpipe: enable RGTC after u_format fix.
Dave Airlie
2011-11-06
1
-5
/
+0
*
scons: add CPP_SOURCES for nv50/nvc0
Chia-I Wu
2011-11-06
2
-2
/
+4
*
android: add CPP_SOURCES for nv50/nvc0
Chia-I Wu
2011-11-06
2
-4
/
+4
*
r600g: add initial linestipple support.
Dave Airlie
2011-11-06
6
-6
/
+51
*
r600g: move SPI setup to PS setup
Vadim Girlin
2011-11-05
4
-74
/
+73
*
r600g: precalculate semantic indices for SPI setup
Vadim Girlin
2011-11-05
5
-58
/
+65
*
Revert "r600g: precalculate semantic indices for SPI setup"
Alex Deucher
2011-11-04
5
-64
/
+57
*
Revert "r600g: move SPI setup to PS setup"
Alex Deucher
2011-11-04
4
-73
/
+74
*
svga: fix varying var remapping for unused FS outputs
Brian Paul
2011-11-04
3
-9
/
+22
*
svga: add comments and reformat code in svga_tgsi_decl_sm30.c
Brian Paul
2011-11-04
1
-47
/
+85
*
r600g: move SPI setup to PS setup
Vadim Girlin
2011-11-04
4
-74
/
+73
*
r600g: precalculate semantic indices for SPI setup
Vadim Girlin
2011-11-04
5
-57
/
+64
*
svga: Tighten the register file assertions.
José Fonseca
2011-11-04
1
-4
/
+2
*
svga: use the draw-module's sprite stage depending on FS inputs
Brian Paul
2011-11-03
1
-1
/
+23
*
svga: pass fragment shader to draw module
Brian Paul
2011-11-03
3
-0
/
+12
*
svga: implement generic variable index remapping
Brian Paul
2011-11-03
9
-21
/
+165
*
r300g: force buffer placements to GTT on big endian machines
Marek Olšák
2011-11-03
1
-0
/
+6
*
r600g: more integer support
Dave Airlie
2011-11-03
2
-23
/
+37
*
r300g: Fix queries on big endian hosts.
Michel Dänzer
2011-11-02
1
-1
/
+2
*
svga: Tag cursors with the scanout hint
Jakob Bornecrantz
2011-11-02
1
-2
/
+3
*
r600g: add comment about special shader exports
Alex Deucher
2011-11-02
1
-0
/
+32
*
r600g: take into account PSIZE output for spi mapping
Vadim Girlin
2011-11-02
1
-3
/
+6
*
svga: Update state prototypes to return pipe_error.
José Fonseca
2011-11-02
6
-25
/
+36
*
llvmpipe: Re-advertise support for stencil formats...
José Fonseca
2011-11-01
1
-5
/
+6
*
llvmpipe: Use -1 instead of ~0 for "no slot".
José Fonseca
2011-11-01
3
-15
/
+21
*
svga: Fix potential buffer overflow in rs draw state.
José Fonseca
2011-10-31
4
-13
/
+19
*
svga: Flush the hwtnl primitives before writing to buffers.
José Fonseca
2011-10-31
5
-4
/
+62
*
llvmpipe: fix a crash in non-SSE path
Chia-I Wu
2011-10-30
1
-1
/
+1
*
r600g: reset the render condition to NULL when rendering unconditionally
Marek Olšák
2011-10-30
1
-1
/
+5
*
r600g: shortcut ctx->screen->ws to ctx->ws
Marek Olšák
2011-10-30
5
-12
/
+15
*
r600g: Replace needless flush in texture upload.
Mathias Fröhlich
2011-10-29
1
-1
/
+1
*
r600g: remove one pointless flush
Marek Olšák
2011-10-29
3
-25
/
+4
*
r600g: get backend mask after the context is fully set up
Marek Olšák
2011-10-28
3
-4
/
+2
*
r600g: don't flush before reading query results
Marek Olšák
2011-10-28
1
-5
/
+0
*
r600g: only maintain the list of active queries
Marek Olšák
2011-10-28
4
-32
/
+19
*
r600g: cleanup r600_query_result
Marek Olšák
2011-10-28
1
-9
/
+6
*
r600g: don't flush in r600_get_backend_mask
Marek Olšák
2011-10-28
1
-3
/
+0
*
r600g: remove redundant variable r600_query::buffer_size
Marek Olšák
2011-10-28
2
-15
/
+17
*
r300g: remove useless code
Marek Olšák
2011-10-28
4
-22
/
+3
*
r300/compiler: Fix scheduler bug causing texture corruption
Tom Stellard
2011-10-27
1
-6
/
+35
*
r600g: remove redundant variable r600_pipe_context::blit
Marek Olšák
2011-10-27
3
-4
/
+2
*
r600g: remove redundant assignment of pipe_draw_info in draw_vbo
Marek Olšák
2011-10-26
1
-2
/
+0
*
llvmpipe: llvmpipe doesn't support pure integers yet.
Dave Airlie
2011-10-26
2
-0
/
+8
*
r600g: cleanup draw_vbo and add comments
Marek Olšák
2011-10-26
4
-93
/
+71
*
i915g: Cleanup the vertex sampler interface a bit.
Stéphane Marchesin
2011-10-25
3
-9
/
+5
*
i915g: Flesh out TODO idea.
Stéphane Marchesin
2011-10-25
1
-1
/
+3
*
r600g: move some code out of draw_vbo into new r600_update_derived_state
Marek Olšák
2011-10-25
1
-20
/
+31
[next]