index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-4
/
+5
*
r600c: add support for llano
Alex Deucher
2011-05-31
3
-1
/
+63
*
r600c: add evergreen big endian support
Alex Deucher
2011-04-19
5
-9
/
+286
*
r600c: add big endian support for r6xx/r7xx
Cédric Cano
2011-04-19
9
-22
/
+441
*
mesa: finish up ARB_texture_float
Marek Olšák
2011-04-15
1
-1
/
+0
*
r600: silence various compiler warnings
Brian Paul
2011-04-11
7
-10
/
+19
*
mesa: fixup r600 DRI driver for sampler object changes
Brian Paul
2011-04-11
4
-26
/
+26
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
3
-18
/
+18
*
r600: Build fix
Adam Jackson
2011-03-11
2
-0
/
+2
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
2
-6
/
+6
*
r600c: only colors can be flat shaded
Andre Maasikas
2011-01-24
2
-36
/
+9
*
r600c: bump sq gpr resources if a shader needs more than default
Andre Maasikas
2011-01-20
2
-0
/
+21
*
r600: set border color as RGBA
Andre Maasikas
2011-01-18
1
-2
/
+2
*
r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transform
Andre Maasikas
2011-01-18
1
-7
/
+9
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
2
-16
/
+16
*
r600c: add evergreen ARL support.
Alberto Milone
2011-01-11
1
-14
/
+69
*
r600: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
2
-0
/
+2
*
r600c: fix up SQ setup in blit code for Ontario/NI
Alex Deucher
2011-01-07
1
-1
/
+87
*
r600c: add support for NI asics
Alex Deucher
2011-01-06
2
-1
/
+25
*
r600c : inline vertex format is not updated in an app, switch to use vfetch c...
richard
2010-12-16
1
-1
/
+1
*
r600c: bump texture limits to hw limits
Alex Deucher
2010-12-02
1
-2
/
+7
*
r600c: fix some opcodes on evergreen
Alex Deucher
2010-12-01
1
-8
/
+56
*
r600c: fix VC flush on cedar and palm
Alex Deucher
2010-11-22
1
-1
/
+5
*
r600c: add Ontario Fusion APU support
Alex Deucher
2010-11-22
2
-1
/
+9
*
r600: Remove unnecessary header.
Vinson Lee
2010-11-21
1
-1
/
+0
*
r600: Remove unnecesary header.
Vinson Lee
2010-11-20
1
-1
/
+0
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
2
-16
/
+20
*
r600: Evergreen has two extra frac_bits for the sampler LOD state.
Henri Verbeet
2010-11-15
1
-3
/
+3
*
evergreen: set gl_texture_image::TexFormat field in evergreenSetTexBuffer()
Brian Paul
2010-11-15
1
-0
/
+4
*
r600: set gl_texture_image::TexFormat field in r600SetTexBuffer2()
Brian Paul
2010-11-15
1
-0
/
+4
*
radeon: Implement GL_OES_EGL_image
Johann Rudloff
2010-11-08
2
-0
/
+8
*
r600c: add missing radeon_prepare_render() call on evergreen
Alex Deucher
2010-10-27
1
-0
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
38
-318
/
+318
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
2
-2
/
+2
*
r600c: fix segfault in evergreen stencil code
Alex Deucher
2010-10-01
1
-15
/
+9
*
evergreen : fix z format setting, enable stencil.
richard
2010-10-01
2
-30
/
+62
*
r600c: pull over 6xx/7xx vertex fixes for evergreen
Alex Deucher
2010-10-01
3
-58
/
+42
*
r600c: add reloc for CB_COLOR0_ATTRIB
Alex Deucher
2010-09-30
1
-3
/
+11
*
dri/r600: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
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: fix buffer height setting in dri2 case
Andre Maasikas
2010-09-15
2
-9
/
+46
*
r600c: fix setting negative values to bitfields
7.9-branchpoint
Andre Maasikas
2010-09-14
1
-1
/
+1
*
r600c: const buffer sizes must be a multiple of 16 consts
Alex Deucher
2010-09-13
3
-29
/
+21
*
r600c/eg: remove obselete comment
Alex Deucher
2010-09-13
1
-2
/
+0
*
r600c/eg: remove unused emit timestamp function
Alex Deucher
2010-09-13
1
-8
/
+0
*
r600c/eg: emit CB_BLEND_ALPHA with the other blend values
Alex Deucher
2010-09-13
1
-5
/
+5
*
r600c: remove redundant state emit on evergreen
Alex Deucher
2010-09-13
1
-17
/
+0
*
r600c: eg: fix typo
Andre Maasikas
2010-09-13
1
-1
/
+1
*
r600c: eg: 256 float4 constants may need more than 256 bytes
Andre Maasikas
2010-09-13
2
-2
/
+2
[next]