index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r300
/
r300_screen.h
Age
Commit message (
Expand
)
Author
2011-01-10
r300g: add debug option for buffer upload logging
Marek Olšák
2010-12-05
r300g: optimize looping over atoms
Marek Olšák
2010-11-30
util: rename u_mempool -> u_slab
Marek Olšák
2010-10-18
r300g: Add new debug option for logging vertex/fragment program stats
Tom Stellard
2010-09-13
r300g: add new debug options for dumping scissor regs and disabling CBZB clear
Marek Olšák
2010-09-04
r300g: add a new debug option which disables compiler optimizations
Marek Olšák
2010-08-05
r300g: implement hyper-z support. (v4)
Dave Airlie
2010-07-25
r300g: cleanup texture debug logging
Marek Olšák
2010-07-19
r300g: use memory pools for buffer_create and get_transfer
Marek Olšák
2010-07-16
r300g: rebuild winsys and command submission to support multiple contexts
Marek Olšák
2010-07-13
r300g: extend and clean up debug logging
Marek Olšák
2010-06-18
r300g: debug option for fake occlusion queries
Marek Olšák
2010-06-13
r300g: drop DBG_CS
Marek Olšák
2010-05-14
r300g: add framebuffer state debug logging
Marek Olšák
2010-05-14
r300g: sort out debug flags
Marek Olšák
2010-05-03
r300g: improve texture debug output, split into TEX and TEXALLOC flags
Marek Olšák
2010-04-29
r300g: rasterizer debug logging
Marek Olšák
2010-04-26
r300g: Add stats debug flag.
Corbin Simpson
2010-04-18
r300g: various other cleanups
Marek Olšák
2010-04-18
r300g: add debugging options "notiling" and "noimmd" (for testing)
Marek Olšák
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-04-05
r300g: simplify accessing screen from context
Marek Olšák
2010-03-29
r300g: print configurable debugging info on non-debug builds
Marek Olšák
2010-03-21
r300g: put common defines into one file
Marek Olšák
2010-03-21
r300g: remove unused code
Marek Olšák
2010-03-15
r300g: rebuild screen/winsys interface
Dave Airlie
2010-03-14
r300g: remove pipe_context from r300_screen
Marek Olšák
2010-03-13
r300g: add high quality anisotropic filtering for R5xx (disabled by default)
Marek Olšák
2010-03-07
r300g: add ability to tile/detile textures using blit during transfers
Marek Olšák
2010-03-07
r300g: move r300_transfer to separate files
Marek Olšák
2010-02-22
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
2010-02-22
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie
2010-02-08
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-01-17
r300g: move debug flags into r300_screen
Marek Olšák
2009-12-02
r300g, radeong: De-specialize r300_winsys into radeon_winsys.
Corbin Simpson
2009-11-20
r300g: silence warnings
Marek Olšák
2009-10-21
r300g: Cleanup header includes.
Corbin Simpson
2009-07-13
r300g: Small compile warning fixes.
Nicolai Hähnle
2009-03-03
r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.
Corbin Simpson
2009-02-18
r300-gallium: implement simple pipe_transfer Basically make the driver compil...
Joakim Sindholt
2009-02-01
r300: Add u_simple_screen support.
Corbin Simpson
2009-02-01
r300: Add texture stubs.
Corbin Simpson
2009-02-01
amd/r300: Wire up GETPARAM ioctls.
Corbin Simpson
2009-02-01
r300: Add chipset sorting and capabilities.
Corbin Simpson
2009-02-01
r300: Fix errant inlines.
Corbin Simpson
2009-02-01
gallium-r300: Make it build.
Corbin Simpson
2009-02-01
gallium-r300: Add some headers.
Corbin Simpson