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
/
r300_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: pick up some new colorbuffer formats
Marek Olšák
2010-04-11
1
-1
/
+4
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-14
/
+13
*
r300g: Fill out dummy fence functions.
Corbin Simpson
2010-04-09
1
-0
/
+24
*
r300g: enable OpenGL 2.1 on r3xx-r4xx chipsets
Marek Olšák
2010-04-05
1
-5
/
+1
*
r300g: simplify accessing screen from context
Marek Olšák
2010-04-05
1
-18
/
+14
*
r300g: raise the number of texture units to 16 for all supported chipsets
Marek Olšák
2010-04-05
1
-2
/
+1
*
r300g: add RGTC texture support
Marek Olšák
2010-04-01
1
-0
/
+9
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-1
/
+1
*
r300g: print errors even on non-debug builds
Marek Olšák
2010-03-27
1
-3
/
+3
*
r300g: fix scons build
Marek Olšák
2010-03-21
1
-3
/
+1
*
r300g: rebuild screen/winsys interface
Dave Airlie
2010-03-15
1
-10
/
+20
*
r300g: Remove unnecessary headers.
Vinson Lee
2010-03-14
1
-1
/
+0
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-2
/
+0
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-2
/
+2
*
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
1
-2
/
+4
|
\
|
*
gallium: Reorg texture usage flags
Jakob Bornecrantz
2010-03-01
1
-2
/
+4
*
|
r300g: move r300_transfer to separate files
Marek Olšák
2010-03-07
1
-70
/
+4
*
|
r300: Rename pipe formats.
José Fonseca
2010-03-02
1
-3
/
+3
|
/
*
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
2010-02-22
1
-25
/
+13
*
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie
2010-02-22
1
-13
/
+25
*
r300g: precompute framebuffer register values
Marek Olšák
2010-02-21
1
-1
/
+0
*
r300g: add all missing colorbuffer formats
Marek Olšák
2010-02-21
1
-38
/
+22
*
r300g: make r300_translate_texformat private
Marek Olšák
2010-02-21
1
-1
/
+1
*
Revert "r300g: remove L8_UNORM from colorbuffer formats"
Corbin Simpson
2010-02-19
1
-0
/
+1
*
r300g: remove L8_UNORM from colorbuffer formats
Marek Olšák
2010-02-19
1
-1
/
+0
*
r300g: add support for all missing non-FP sampler formats
Marek Olšák
2010-02-18
1
-50
/
+14
*
r300g: fix the size of constant buffers
Marek Olšák
2010-02-15
1
-0
/
+4
*
r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM
Marek Olšák
2010-02-14
1
-3
/
+3
*
r300g: Use util_format_name().
José Fonseca
2010-02-14
1
-2
/
+2
*
r300g: disable independent blend enables
Marek Olšák
2010-02-13
1
-5
/
+1
*
r300g: Correct colorbuffer measurements.
Corbin Simpson
2010-02-09
1
-1
/
+3
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-0
/
+3
*
r300g: add L8_SRGB and A8L8_SRGB texture formats
Marek Olšák
2010-02-06
1
-0
/
+2
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
r300g: Fix memory leak on memory allocation failure.
Vinson Lee
2010-01-31
1
-1
/
+4
*
r300g: Independent blend enables only work on r500.
Corbin Simpson
2010-01-30
1
-1
/
+5
*
r300g: Dual-source blending isn't possible, period.
Corbin Simpson
2010-01-30
1
-1
/
+0
*
r300g: Add alpha render targets.
Mathias Fröhlich
2010-01-30
1
-2
/
+2
*
tgsi: add caps for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-0
/
+6
*
r300g: Clean up blend masks, change caps.
Corbin Simpson
2010-01-28
1
-0
/
+4
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
1
-0
/
+3
|
\
|
*
r300g: Per-MRT blending is not supported.
Corbin Simpson
2010-01-26
1
-0
/
+3
*
|
r300g: Add A8_UNORM texture format.
Corbin Simpson
2010-01-26
1
-0
/
+1
|
/
*
r300g: Check for bogus texture targets.
Corbin Simpson
2010-01-17
1
-0
/
+6
*
r300g: simplify is_format_supported
Marek Olšák
2010-01-17
1
-46
/
+11
*
r300g: output texture debug messages if only RADEON_DEBUG=tex is set
Marek Olšák
2010-01-17
1
-4
/
+2
*
r300g: move debug flags into r300_screen
Marek Olšák
2010-01-17
1
-0
/
+1
*
r300g: consolidate params
Marek Olšák
2010-01-06
1
-3
/
+6
*
r300g: Add a few more params.
Corbin Simpson
2009-12-20
1
-0
/
+4
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-2
/
+3
[next]