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
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: enforce microtiled zbuffer from X server
Marek Olšák
2010-04-05
1
-0
/
+31
*
r300g: typecast using the r300_texture function
Marek Olšák
2010-04-05
7
-23
/
+28
*
r300g: enable OpenGL 2.1 on r3xx-r4xx chipsets
Marek Olšák
2010-04-05
1
-5
/
+1
*
r300g: add fallback for back stencil reference value and masks for r3xx-r4xx
Marek Olšák
2010-04-05
5
-37
/
+275
*
r300g: simplify accessing screen from context
Marek Olšák
2010-04-05
13
-94
/
+79
*
r300g: remove some XXXs
Marek Olšák
2010-04-05
2
-2
/
+0
*
r300g: raise the number of texture units to 16 for all supported chipsets
Marek Olšák
2010-04-05
6
-11
/
+13
*
r300/compiler: make the max number of fragment shader temporaries adjustable
Marek Olšák
2010-04-05
1
-0
/
+1
*
r300g: is_npot -> uses_pitch
Marek Olšák
2010-04-05
4
-7
/
+9
*
r300g: enable conditional rendering also for SWTCL
Marek Olšák
2010-04-05
1
-0
/
+8
*
r300g: fix TFP stride override.
Dave Airlie
2010-04-04
1
-1
/
+1
*
r300g: add conditional rendering
Marek Olšák
2010-04-04
3
-0
/
+33
*
r300g: add r4xx fragment shader registers
Marek Olšák
2010-04-04
1
-1
/
+47
*
r300g: do not use the c++ template keyword
Marek Olšák
2010-04-04
2
-27
/
+27
*
r300g: properly setup textures from X server
Marek Olšák
2010-04-04
1
-4
/
+3
*
r300g: fix color tiling for buffer from X server.
Dave Airlie
2010-04-03
2
-0
/
+6
*
r300g: Expound on dithering comment.
Corbin Simpson
2010-04-02
1
-4
/
+9
*
r300g: make dithering work like fglrx.
Dave Airlie
2010-04-03
1
-2
/
+4
*
r300g: Remove unnecessary header.
Vinson Lee
2010-03-31
1
-1
/
+0
*
r300g: add RGBA16F colorbuffer support
Marek Olšák
2010-04-01
1
-5
/
+8
*
r300g: add RGTC texture support
Marek Olšák
2010-04-01
3
-1
/
+56
*
r300g: format handling cleanup
Marek Olšák
2010-04-01
2
-24
/
+16
*
Merge branch 'gallium-new-formats'
Roland Scheidegger
2010-03-31
2
-3
/
+3
|
\
|
*
Merge branch 'master' into gallium-new-formats
Roland Scheidegger
2010-03-30
1
-1
/
+1
|
|
\
|
*
|
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
2
-3
/
+3
*
|
|
r300g: Remove unused variable.
Vinson Lee
2010-03-29
1
-1
/
+0
*
|
|
r300g: Remove unnecessary header.
Vinson Lee
2010-03-29
1
-2
/
+0
*
|
|
r300g: Bind constantbuf to Draw immediately, don't wait for render.
Corbin Simpson
2010-03-29
2
-16
/
+6
|
|
/
|
/
|
*
|
r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.
José Fonseca
2010-03-29
1
-1
/
+1
|
/
*
r300g: print configurable debugging info on non-debug builds
Marek Olšák
2010-03-29
2
-2
/
+4
*
r300g: handle TGSI_OPCODE_RET as END
Marek Olšák
2010-03-28
1
-4
/
+10
*
r300g: disable cliprects
Marek Olšák
2010-03-27
1
-1
/
+1
*
r300g: print errors even on non-debug builds
Marek Olšák
2010-03-27
10
-45
/
+53
*
r300g: fix macrotiling for non-square textures
Mathias Fröhlich
2010-03-27
1
-1
/
+2
*
r300g: Make SWTCL clear work again.
Corbin Simpson
2010-03-27
2
-128
/
+132
*
r300g: Remove unnecessary header.
Vinson Lee
2010-03-26
1
-1
/
+0
*
Revert "r300g: add generating texture coordinates for point sprites (WIP)"
Corbin Simpson
2010-03-26
6
-61
/
+13
*
r300g/radeong: fix scons build
Joakim Sindholt
2010-03-25
1
-0
/
+1
*
r300g: Remove unnecessary header.
Vinson Lee
2010-03-25
1
-1
/
+0
*
r300g: fix glean occlusion query test
Dave Airlie
2010-03-23
1
-0
/
+2
*
r300g: Cleanup a few old warnings.
Corbin Simpson
2010-03-22
1
-24
/
+9
*
r300g: disable tiling for YUV formats
Marek Olšák
2010-03-21
1
-3
/
+15
*
r300g: fix scons build
Marek Olšák
2010-03-21
5
-11
/
+6
*
r300g: accelerate blitting for all 64-bit texture formats
Marek Olšák
2010-03-21
1
-0
/
+3
*
r300g: add and enable square microtiling
Marek Olšák
2010-03-21
2
-5
/
+7
*
r300g: cleanup tiling flags propagation
Marek Olšák
2010-03-21
3
-12
/
+12
*
r300g: put common defines into one file
Marek Olšák
2010-03-21
5
-22
/
+52
*
r300g: remove unused code
Marek Olšák
2010-03-21
3
-5
/
+1
*
r300g: fix occlusion query hangs.
Dave Airlie
2010-03-21
1
-1
/
+1
*
r300g: align misaligned ushort vertex indices
Marek Olšák
2010-03-21
1
-1
/
+29
[next]