index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: handle all remaining CAPs
Marek Olšák
2011-11-22
1
-0
/
+6
*
r600g: remove default case statements in get_param
Marek Olšák
2011-11-22
1
-9
/
+3
*
u_vbuf_mgr: rename to u_vbuf
Marek Olšák
2011-11-22
3
-4
/
+4
*
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2011-11-22
1
-7
/
+8
*
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Marek Olšák
2011-11-22
1
-1
/
+0
*
r600g: handle PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
2011-11-21
1
-0
/
+2
*
r600g: use u_vbuf_mgr to set/get the index buffer
Marek Olšák
2011-11-20
2
-14
/
+5
*
r600g: set MIN/MAX_VTX_INDX to 0 and ~0, respectively
Marek Olšák
2011-11-20
1
-10
/
+4
*
r600g: don't change the order of writes in merge_inst_group
Vadim Girlin
2011-11-17
1
-1
/
+14
*
r600g: fix the representation of control-flow instructions
Marek Olšák
2011-11-15
9
-426
/
+536
*
r600g: mask write for fake VS export components
Vadim Girlin
2011-11-14
1
-4
/
+4
*
r600g: fix op3 & write in merge_inst_groups
Vadim Girlin
2011-11-14
1
-1
/
+1
*
r600g: set max max tex/vtx instructions count to 16 for cayman
Alex Deucher
2011-11-14
1
-3
/
+1
*
r600g: set max tex/vtx instructions count to 16 for evergreen
Vadim Girlin
2011-11-14
1
-1
/
+1
*
r600g: properly handle cayman in is_alu_vec_unit_inst()
Alex Deucher
2011-11-13
1
-7
/
+15
*
r600g: fix cb offset for flushed_depth_texture
Vadim Girlin
2011-11-13
1
-1
/
+1
*
r600g: fix stencil buffer ref counting on evergreen
Vadim Girlin
2011-11-13
1
-1
/
+4
*
r600g: lazy load for AR register
Vadim Girlin
2011-11-13
3
-46
/
+61
*
r600g: include INTERP_[XY|ZW] in is_alu_vec_unit_inst
Vadim Girlin
2011-11-13
1
-1
/
+3
*
r600g: don't set the query result to 0 after a call to get_query_result
Marek Olšák
2011-11-11
1
-2
/
+0
*
r600g: the type of OCCLUSION_PREDICATE result should be boolean
Marek Olšák
2011-11-11
3
-11
/
+17
*
r600g: implement PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2011-11-10
1
-5
/
+21
*
r600g: remove useless texture barrier
Marek Olšák
2011-11-10
1
-2
/
+0
*
r600g: flush the whole context when CS is full, not just hw_context
Marek Olšák
2011-11-10
3
-1
/
+6
*
r600g: turn some CS overflow checks into assertions
Marek Olšák
2011-11-10
2
-12
/
+2
*
r600g: put the rest of CS overflow checks in r600_need_cs_space
Marek Olšák
2011-11-10
3
-18
/
+9
*
r600g: flush caches regardless of render condition
Marek Olšák
2011-11-10
1
-5
/
+5
*
r600g: disable render condition at the end of CS, re-enable at the beginning
Marek Olšák
2011-11-10
2
-0
/
+19
*
r600g: don't suspend queries if they have already been suspended by blitter
Marek Olšák
2011-11-10
1
-2
/
+11
*
r600g: properly reserve CS space for queries_suspend
Marek Olšák
2011-11-10
3
-21
/
+18
*
r600g: reserve CS space for a draw command in begin_query and render_condition
Marek Olšák
2011-11-10
3
-11
/
+25
*
r600g: consolidate checking whether CS is full
Marek Olšák
2011-11-10
3
-31
/
+28
*
r600g: clarify meaning of one variable in shader codegen
Marek Olšák
2011-11-09
1
-1
/
+1
*
r600g: cosmetic changes in query code
Marek Olšák
2011-11-09
2
-10
/
+7
*
r600g: use modulo for computing index into query (ring) buffers
Marek Olšák
2011-11-09
1
-14
/
+5
*
r600g: make r600_query_result more generic
Marek Olšák
2011-11-09
1
-15
/
+37
*
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
*
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
*
r600g: more integer support
Dave Airlie
2011-11-03
2
-23
/
+37
*
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
*
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
[next]