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
/
mesa
/
drivers
/
dri
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
4
-6
/
+6
*
r600: support vertex_array_bgra
Andre Maasikas
2010-01-04
5
-6
/
+25
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
2
-5
/
+5
*
mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.
Brian Paul
2009-12-22
1
-2
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
1
-0
/
+4
|
\
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-21
1
-7
/
+6
|
|
\
|
|
*
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-12-22
6
-101
/
+108
|
|
*
r600: move structs for legacy cmdbuf into cmdbuf C file.
Dave Airlie
2009-12-22
2
-16
/
+15
|
|
*
r600: fix glFrontFace(GL_CW)
Dave Airlie
2009-12-21
1
-7
/
+2
|
|
*
r600: Invert front face winding when rendering to FBO
Alex Deucher
2009-12-16
1
-0
/
+4
|
*
|
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-12-22
6
-101
/
+108
|
*
|
r600: move structs for legacy cmdbuf into cmdbuf C file.
Dave Airlie
2009-12-22
2
-16
/
+15
*
|
|
r600: support more of arb_point_sprite and also sprite_coord_origin
Andre Maasikas
2009-12-21
1
-4
/
+25
*
|
|
r600: disallow negative offsets for relative addressing for now
Andre Maasikas
2009-12-21
1
-1
/
+9
*
|
|
r600: fix glFrontFace(GL_CW)
Dave Airlie
2009-12-21
1
-7
/
+2
*
|
|
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-12-21
6
-101
/
+108
*
|
|
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
Richard Li
2009-12-18
1
-1
/
+1
*
|
|
radeon: fix frontbuffer read/drawpixels
Dave Airlie
2009-12-18
1
-0
/
+4
*
|
|
r600: move structs for legacy cmdbuf into cmdbuf C file.
Dave Airlie
2009-12-17
2
-16
/
+15
*
|
|
r600 : clean a bit to prepare to enable gl2.
Richard Li
2009-12-16
1
-14
/
+2
*
|
|
r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insert
Andre Maasikas
2009-12-15
1
-25
/
+15
*
|
|
r600: fix typos for vert-tex
Andre Maasikas
2009-12-15
2
-3
/
+3
*
|
|
r600: fix fragment.position
Andre Maasikas
2009-12-15
2
-1
/
+68
*
|
|
r600: add support for FRAG_ATTRIB_PNTC
Andre Maasikas
2009-12-15
1
-0
/
+41
*
|
|
r600: add DDX DDY opcodes
Andre Maasikas
2009-12-15
1
-8
/
+17
*
|
|
r600 : add texture support for vertex shader.
Richard Li
2009-12-14
4
-37
/
+104
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
1
-1
/
+5
|
\
|
|
|
*
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-11
1
-1
/
+5
|
|
\
|
|
|
*
r600: fix state size prediction after dc0777d3
Andre Maasikas
2009-12-09
1
-1
/
+5
*
|
|
r600 : add pre-compile mesa shader calling interface, in order to handle
Richard Li
2009-12-09
4
-24
/
+498
*
|
|
r600: and finally fix SCS
Andre Maasikas
2009-12-08
1
-51
/
+46
*
|
|
r600: remove (now) dead code
Andre Maasikas
2009-12-08
2
-303
/
+2
*
|
|
r600: fix SIN also
Andre Maasikas
2009-12-08
2
-12
/
+6
*
|
|
r600: use the new inline constants feature to fix COS
Andre Maasikas
2009-12-08
1
-1
/
+36
*
|
|
r600: add assembler support for literal(inline) constants
Andre Maasikas
2009-12-08
2
-21
/
+49
*
|
|
r600: merge alu_instruction/alu_instruction2
Andre Maasikas
2009-12-08
2
-297
/
+29
*
|
|
r600: add ABS support for source regs to assembler
Andre Maasikas
2009-12-08
2
-25
/
+9
*
|
|
r600: glsl - allow specifying texture sampler via uniforms
Andre Maasikas
2009-12-08
4
-1
/
+11
*
|
|
r600: implement FRAG_ATTRIB_FACE, glsl/twoside works
Andre Maasikas
2009-12-08
1
-1
/
+33
*
|
|
r600: quick hack to get KIL_NV working - does condition TR only for now
Andre Maasikas
2009-12-08
1
-7
/
+17
*
|
|
r600: wip glsl - refactor conditional instructions a bit
Andre Maasikas
2009-12-08
2
-310
/
+70
*
|
|
r600: execute SET funtions on all channels
Andre Maasikas
2009-12-08
1
-1
/
+1
*
|
|
Merge branch 'mesa_7_7_branch'
Andre Maasikas
2009-12-08
2
-18
/
+13
|
\
|
|
|
*
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Andre Maasikas
2009-12-08
2
-18
/
+10
|
|
\
|
|
|
*
r600: add support for TXB instruction
Andre Maasikas
2009-12-08
1
-17
/
+9
|
|
*
r600: reorder state for render_target and blend
Andre Maasikas
2009-12-08
1
-1
/
+1
|
|
*
r600: disable compressed texture support
mesa_7_6_1_rc1
Alex Deucher
2009-11-18
1
-0
/
+4
|
|
*
r600: don't emit htile regs
Alex Deucher
2009-11-09
1
-4
/
+2
*
|
|
radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...
Alex Deucher
2009-12-05
1
-12
/
+1
*
|
|
r600 : clena up a bit for last commit.
Richard Li
2009-11-29
2
-8
/
+6
[next]