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
/
mesa
/
drivers
/
dri
/
r600
/
r600_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
r600c: add support for NI asics
Alex Deucher
2011-01-06
1
-1
/
+1
*
r600c: bump texture limits to hw limits
Alex Deucher
2010-12-02
1
-2
/
+7
*
r600c: add Ontario Fusion APU support
Alex Deucher
2010-11-22
1
-1
/
+1
*
radeon: Implement GL_OES_EGL_image
Johann Rudloff
2010-11-08
1
-0
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
2010-09-27
1
-1
/
+0
*
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-21
1
-1
/
+2
*
r600c: oq updates
Alex Deucher
2010-09-10
1
-1
/
+1
*
r600: set correct initial point_minmax values
Andre Maasikas
2010-09-10
1
-0
/
+4
*
glsl: make compiler options per-target
Luca Barbieri
2010-09-08
1
-2
/
+6
*
evergreen : initial support driver code.
richard
2010-08-20
1
-7
/
+82
*
r600: add support for draw_elements_base_vertex
Andre Maasikas
2010-08-12
1
-0
/
+2
*
r600: bump glsl version
Andre Maasikas
2010-08-09
1
-0
/
+2
*
r600: Remove unnecessary headers.
Vinson Lee
2010-07-11
1
-1
/
+0
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
1
-1
/
+2
|
\
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-1
/
+2
*
|
r600: add support for more rendering formats
Alex Deucher
2010-04-26
1
-1
/
+1
|
/
*
r100/r200/r300/r300: only enable accelerated pixel ops with kms
Alex Deucher
2010-03-12
1
-1
/
+1
*
radeon/r200/r300/r600: add is_format_renderable function
Maciej Cencora
2010-03-09
1
-0
/
+1
*
r600: enable GL_ARB_pixel_buffer_object
Alex Deucher
2010-03-08
1
-0
/
+1
*
radeon/r200/r300/r600: add check_blit vtbl function
Alex Deucher
2010-03-03
1
-0
/
+1
*
r600: enable OQ on rv740 on drms with working pipe config
Alex Deucher
2010-02-26
1
-3
/
+6
*
radeon: Define EXT_framebuffer_object constants to match hw.
Pauli Nieminen
2010-02-10
1
-0
/
+2
*
r100/r200/r300/r600: Set MaxCombinedTextureImageunits.
Pauli Nieminen
2010-02-07
1
-0
/
+4
*
r600: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-5
/
+0
*
r600: fix warning
Alex Deucher
2010-01-27
1
-2
/
+0
*
r600: rv670 support 8 tex instructions just like other r6xx
Alex Deucher
2010-01-27
1
-3
/
+5
*
r600: increase max texture units to 16
Andre Maasikas
2010-01-27
1
-4
/
+2
*
radeon/r300/r600: share common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
1
-5
/
+3
*
r600: add initial blit support
Andre Maasikas
2010-01-15
1
-0
/
+4
*
Merge branch 'remove-intel-dri1'
Kristian Høgsberg
2010-01-05
1
-2
/
+2
|
\
|
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-2
/
+2
*
|
r600: support depth compare functions & shadow_ambient
Andre Maasikas
2010-01-05
1
-0
/
+2
|
/
*
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
Richard Li
2009-12-18
1
-1
/
+1
*
r600 : clean a bit to prepare to enable gl2.
Richard Li
2009-12-16
1
-14
/
+2
*
r600: add ARB_texture_non_power_of_two support.
Dave Airlie
2009-11-25
1
-1
/
+1
*
r600 : eliminate Wondows line ending for test code.
Richard Li
2009-11-20
1
-28
/
+28
*
r600 : Clean up a bit test code mess.
Richard Li
2009-11-19
1
-17
/
+0
*
r600 : check in shader code test enable flag: if flag
Richard Li
2009-11-19
1
-5
/
+49
*
r600: Add support for ARB_depth_clamp
Alex Deucher
2009-10-29
1
-0
/
+1
*
r600: add occlusion query support
Alex Deucher
2009-10-28
1
-4
/
+27
*
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-4
/
+4
*
r600: remove old tnl pipeline
Alex Deucher
2009-10-23
1
-16
/
+17
*
r600: clean up context creation
Alex Deucher
2009-10-23
1
-102
/
+100
*
r600: enable EXT_vertex_array_bgra extensions
Alex Deucher
2009-10-14
1
-0
/
+1
*
r600 : add draw_prim support, make up one lost change.
Richard Li
2009-09-22
1
-0
/
+1
*
r600 : add draw_prim support.
Richard Li
2009-09-22
1
-0
/
+3
*
r600: fix typo in the last commit
Alex Deucher
2009-09-21
1
-5
/
+5
[next]