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: disable ARB_texture_swizzle if S3TC is enabled on r3xx-only
Marek Olšák
2010-12-01
1
-1
/
+2
*
r300g: fix texture swizzling with compressed textures on r400-r500
Marek Olšák
2010-12-01
7
-13
/
+28
*
r300/compiler: implement and lower OPCODE_CLAMP
Marek Olšák
2010-12-01
1
-1
/
+1
*
r300g: fix texture border color once again
Marek Olšák
2010-11-30
1
-2
/
+37
*
util: rename u_mempool -> u_slab
Marek Olšák
2010-11-30
5
-21
/
+21
*
r300g: Avoid returning values in a static array, fixing a potential race
Mathias Fröhlich
2010-11-22
1
-11
/
+21
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-0
/
+4
*
r300g: silence guard band cap errors
Joakim Sindholt
2010-11-21
1
-0
/
+7
*
r300g: fix rendering with no vertex elements
Marek Olšák
2010-11-20
4
-5
/
+40
*
r300g: print FS inputs uninitialized due to hardware limits to stderr
Marek Olšák
2010-11-17
1
-7
/
+17
*
r300g: remove the hack with OPCODE_RET
Marek Olšák
2010-11-16
1
-4
/
+1
*
r300g: return shader caps from Draw for SWTCL vertex shaders
Marek Olšák
2010-11-14
1
-0
/
+6
*
r300g: clean up redundancy in draw functions
Marek Olšák
2010-11-14
1
-57
/
+45
*
r300g: fix texture border color for all texture formats
Marek Olšák
2010-11-13
1
-33
/
+31
*
r300g: fill out CAPs for indirect addressing
Marek Olšák
2010-11-12
1
-0
/
+11
*
r300g: turn magic numbers into names in the hyperz code
Marek Olšák
2010-11-10
1
-12
/
+18
*
r300g: rename has_hyperz -> can_hyperz
Marek Olšák
2010-11-10
5
-11
/
+11
*
r300g: mention ATI in the renderer string
Marek Olšák
2010-11-10
1
-25
/
+25
*
r300g: Do not use buf param before checking for NULL.
Guillermo S. Romero
2010-11-04
1
-1
/
+1
*
scons: Add aliases for several pipe drivers.
José Fonseca
2010-11-02
1
-0
/
+2
*
r300g: add a default channel ordering of texture border for unhandled formats
Marek Olšák
2010-10-27
1
-9
/
+5
*
r300g: Silence uninitialized variable warning.
Vinson Lee
2010-10-27
1
-0
/
+5
*
r300g: fix texture border for 16-bits-per-channel formats
Marek Olšák
2010-10-24
1
-4
/
+9
*
r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTART
Marek Olšák
2010-10-22
1
-0
/
+2
*
r300g: do not print get_param errors in non-debug build
Marek Olšák
2010-10-22
1
-4
/
+4
*
r300g: Add new debug option for logging vertex/fragment program stats
Tom Stellard
2010-10-18
4
-4
/
+8
*
r300g: clean up warning due to unknown cap.
Dave Airlie
2010-10-15
1
-0
/
+1
*
r300g: fix microtiling for 16-bits-per-channel formats
Marek Olšák
2010-10-05
1
-3
/
+3
*
r300g: add support for L8A8 colorbuffers
Marek Olšák
2010-10-02
1
-0
/
+3
*
r300g: add support for R8G8 colorbuffers
Marek Olšák
2010-10-02
1
-1
/
+11
*
r300g: fix conditional rendering in non-wait path
Marek Olšák
2010-09-30
1
-3
/
+3
*
r300g: add support for formats beginning with X, like X8R8G8B8
Marek Olšák
2010-09-29
2
-12
/
+40
*
r300g: fix swizzling of texture border color
Marek Olšák
2010-09-28
1
-34
/
+7
*
r300g: add support for 3D NPOT textures without mipmapping
Marek Olšák
2010-09-28
5
-25
/
+51
*
r300g: code cleanups
Marek Olšák
2010-09-28
1
-30
/
+25
*
r300g: fix macrotiling on R350
Marek Olšák
2010-09-26
1
-2
/
+2
*
r300g: Remove unused variable.
Vinson Lee
2010-09-26
1
-1
/
+0
*
r300g: fix glsl-fs-pointcoord
Dave Airlie
2010-09-26
4
-23
/
+28
*
r300g: Silence uninitialized variable warning.
Vinson Lee
2010-09-24
1
-0
/
+1
*
r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8
Marek Olšák
2010-09-24
3
-6
/
+84
*
r300g: fix a copy-paste typo for logging
Marek Olšák
2010-09-24
1
-3
/
+3
*
r300g: Always try to build libr300compiler.a
Tom Stellard
2010-09-23
1
-0
/
+1
*
r300g: fix point sprite coord.
Dave Airlie
2010-09-24
1
-3
/
+1
*
util/r300g: split the r300 index buffer modifier functions out to util
Dave Airlie
2010-09-20
1
-108
/
+4
*
r300g/swtcl: fix CS overrun
Marek Olšák
2010-09-16
2
-8
/
+28
*
r300g: prevent creating multiple winsys BOs for the same handle
Marek Olšák
2010-09-15
1
-4
/
+0
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-35
/
+61
*
r300g/swtcl: unlock VBO after draw_flush
Marek Olšák
2010-09-13
1
-4
/
+1
*
r300g: fix SWTCL
Marek Olšák
2010-09-13
4
-41
/
+99
*
r300g: print unassigned FS inputs for DBG_RS
Marek Olšák
2010-09-13
1
-0
/
+9
[next]