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
/
mesa
/
drivers
/
dri
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600c: add proper returns for some evergreen functions
Alex Deucher
2010-09-03
2
-2
/
+8
*
r600c: emit DB_HTILE_DATA_BASE on evergreen
Alex Deucher
2010-09-03
1
-4
/
+11
*
evergreen : fix shader const allocation and instruction bugs.
Richard Li
2010-08-29
6
-20
/
+48
*
r600: fix vertex buffer size calculation
Andre Maasikas
2010-08-26
2
-12
/
+2
*
r600: Remove unnecessary headers.
Vinson Lee
2010-08-25
5
-8
/
+0
*
r600: Include missing header in evergreen_fragprog.c.
Vinson Lee
2010-08-25
1
-0
/
+1
*
r600: Include missing header in evergreen_vertprog.c.
Vinson Lee
2010-08-25
1
-0
/
+1
*
r600: Include missing header in evergreen_render.c.
Vinson Lee
2010-08-24
1
-0
/
+1
*
r600: Remove unused variable.
Vinson Lee
2010-08-24
1
-1
/
+0
*
r600: Remove unused variable.
Vinson Lee
2010-08-24
1
-1
/
+0
*
r600: Remove spaces between backslash and newline.
Vinson Lee
2010-08-24
1
-2
/
+2
*
evergreen : initial support driver code.
richard
2010-08-20
38
-248
/
+12321
*
r600: implement SSG instruction
Andre Maasikas
2010-08-18
2
-0
/
+67
*
r600: implement DP2 opcode
Andre Maasikas
2010-08-18
1
-2
/
+10
*
r600c: Handle reads from PROGRAM_OUTPUT
Henri Verbeet
2010-08-17
2
-7
/
+20
*
r600c: fix dword miscount in blit emit code
Alex Deucher
2010-08-17
1
-1
/
+1
*
r600c: blit emit updates
Alex Deucher
2010-08-16
1
-3
/
+4
*
r600: add support for draw_elements_base_vertex
Andre Maasikas
2010-08-12
3
-26
/
+30
*
radeon: Use MESA_FORMAT_SARGB8 for sRGB formats
Henri Verbeet
2010-08-09
4
-16
/
+16
*
r600c: Disable alpha test during blits
Henri Verbeet
2010-08-09
1
-3
/
+4
*
r600: bump glsl version
Andre Maasikas
2010-08-09
1
-0
/
+2
*
r600: add new relocs for tiling support
Alex Deucher
2010-08-05
2
-18
/
+39
*
r600: relax stride/alignment requirements for vertices
Andre Maasikas
2010-08-04
3
-20
/
+14
*
radeon: Add DRI2 flush extension support, so we synchronize properly.
Mario Kleiner
2010-08-02
2
-0
/
+7
*
Revert "radeon: Add DRI2 flush extension to so we synchronize properly."
Jerome Glisse
2010-08-02
2
-7
/
+0
*
radeon: Add DRI2 flush extension to so we synchronize properly.
Mario Kleiner
2010-08-02
2
-0
/
+7
*
r600: fix sin,cos functions on r600
Andre Maasikas
2010-08-02
1
-9
/
+133
*
r600: since 8744c36e added asserts - use another random register for shader w...
Andre Maasikas
2010-07-29
1
-1
/
+1
*
r600: Flip point sprite coordinates when rendering to an FBO.
Henri Verbeet
2010-07-22
1
-1
/
+3
*
r600: fix typo in r700 assembler
Alex Deucher
2010-07-15
1
-1
/
+1
*
r600: Fix include recursion.
Vinson Lee
2010-07-12
1
-1
/
+1
*
r600: Remove unnecessary headers.
Vinson Lee
2010-07-11
2
-2
/
+0
*
r600: Fix GCC 'implication declaration of function' warnings.
Vinson Lee
2010-07-10
2
-0
/
+2
*
r600: Remove unnecessary header.
Vinson Lee
2010-07-09
1
-1
/
+0
*
r600: Fix include recursion.
Vinson Lee
2010-07-09
1
-1
/
+3
*
r600: workaround 3 comp GL_SHORT vertex attribute format on r700
Andre Maasikas
2010-07-07
1
-1
/
+3
*
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-23
6
-12
/
+12
|
\
|
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
6
-12
/
+12
*
|
r600: GL_COORD_REPLACE state is only relevant when point sprites are enabled.
Henri Verbeet
2010-06-16
1
-6
/
+11
*
|
r600: fix warnings
Marc
2010-06-16
1
-2
/
+2
|
/
*
r600: Make next_inst() static.
Henri Verbeet
2010-06-08
2
-59
/
+61
*
r600: Assert output registers have a valid export index.
Henri Verbeet
2010-06-08
1
-0
/
+4
*
r600: Process exports for all written fragment outputs.
Henri Verbeet
2010-06-08
1
-26
/
+12
*
r600: Fill uiFP_OutputMap for all written fragment outputs.
Henri Verbeet
2010-06-08
1
-16
/
+17
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
2
-2
/
+4
|
\
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
2
-2
/
+4
*
|
r600: add support for more rendering formats
Alex Deucher
2010-04-26
4
-16
/
+295
*
|
r600: avoid setting invalid bit on r7xx for blits
Alex Deucher
2010-04-26
1
-0
/
+4
*
|
r600: enable VERT_RESULT_PSIZ - makes point size & attenuation work
Andre Maasikas
2010-04-26
2
-2
/
+29
*
|
r600: adjust point sprites after 911fa4a4a1
Andre Maasikas
2010-04-26
1
-10
/
+11
[next]