summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-05-15es: standard Mesa license termsopengl-esBrian Paul9-0/+156
2009-05-15docs: more ES infoBrian Paul1-7/+48
2009-05-12docs: release notes info for OpenGL ESBrian Paul1-0/+3
2009-05-12docs: link for OpenGL ES pageBrian Paul1-0/+1
2009-05-12docs: OpenGL ES informationBrian Paul1-0/+63
2009-05-12es: fix commentBrian Paul1-1/+1
2009-05-12es: OpenGL ES 2.x demo programsBrian Paul2-0/+567
2009-05-12es: updated Makefile commentBrian Paul1-1/+1
2009-05-12es: update window titleBrian Paul1-1/+1
2009-05-12es: OpenGL ES 1.x demo programsBrian Paul9-0/+3899
2009-05-12es: added mm.c to Mesa file listBrian Paul1-1/+1
2009-05-12es: fix makefile dependency issueBrian Paul1-1/+1
2009-05-12es: updated commentsBrian Paul1-1/+1
2009-05-12es: added es-common directory to MakefileBrian Paul1-9/+9
2009-05-12es: common files for ES 1.x and ES 2.xBrian Paul11-0/+887
2009-05-12es: remove sources that are actually python-generatedBrian Paul6-12573/+0
2009-05-12es: Makefile fixesBrian Paul1-6/+5
2009-05-12es: lots of Makefile filesBrian Paul1-47/+36
2009-05-12es: remove incorrect source file from listBrian Paul1-1/+0
2009-05-12es: update current texture varsBrian Paul1-3/+3
2009-05-12mesa: silence warningBrian Paul1-0/+2
2009-05-12st: added preprocessor test for FEATURE_texture_s3tcBrian Paul1-0/+2
2009-05-12mesa: add typedef for GLfixedBrian Paul1-0/+5
2009-05-12mesa: fix set_tex_parameteri() callBrian Paul1-1/+1
2009-05-12st: silence warningBrian Paul1-0/+4
2009-05-12st: subset pixel.c file for ESBrian Paul1-0/+96
2009-05-12st: mesa mfeatures.h file for ES state trackersBrian Paul1-0/+101
2009-05-12st: updated sources list for ES state trackerBrian Paul1-3/+17
2009-05-12st: ES state tracker code for glDrawTex*OES()Brian Paul2-0/+306
2009-05-12es: shared mesa state tracker filesBrian Paul4-0/+984
2009-05-12egl: state tracker Makefile, SConscriptBrian Paul2-0/+140
2009-05-12es: OpenGL ES 2.x state tracker codeBrian Paul7-0/+3807
2009-05-12es: OpenGL ES 1.x state tracker codeBrian Paul8-0/+9356
2009-05-12es: OpenGL ES state tracker Makefiles, python generators, etc.Brian Paul11-0/+6093
2009-05-12swrast: update/restore the opt_sample_rgb/rgba_2d() functionsBrian Paul1-15/+9
2009-05-11Merge branch 'mesa_7_5_branch'Brian Paul6-16/+22
Conflicts: Makefile src/mesa/main/version.h
2009-05-11st: do proper refcounting for framebuffer surfacesBrian Paul2-6/+17
2009-05-11trivial: destroy window upon exitBrian Paul1-0/+1
2009-05-11r300-gallium: unbreak buildJoakim Sindholt1-1/+1
2009-05-11r300-gallium: Setup surface in r300_surface_copy.Corbin Simpson1-0/+2
I haven't tested, but this may unbreak surface copies.
2009-05-11r300-gallium: Cleanup some compile warnings.Corbin Simpson1-10/+8
2009-05-11r300-gallium: Cleanup PSC for HW TCL.Corbin Simpson1-11/+24
Still dies in assert, but at least it's not my assert anymore. :3
2009-05-11radeon-gallium: Forgot a typedef.Corbin Simpson1-0/+5
2009-05-11radeon-gallium: Support new info ioctls in addition to classic getparams.Corbin Simpson2-12/+41
This makes non-hybrid kernels like newttm from drm-next-radeon work while avoiding breakage with Fedora/Ubuntu/etc.
2009-05-11mesa: updated comments for _mesa_generate_mipmap()Brian Paul1-2/+5
2009-05-11i965: handle extended swizzle terms (0,1) in get_src_reg()Brian Paul1-0/+8
Fixes failed assertion in progs/glsl/twoside.c (but still wrong rendering).
2009-05-11mesa: better handling/printing of driver-specific opcodes, register filesBrian Paul2-4/+14
Drivers such as i965 define extra instruction opcodes and register files. Improve the program printing code to handle those opcodes/files better.
2009-05-11mesa: Fixed a texture memory leakBrian Paul1-0/+3
The current texture for any particular texture unit is given an additional reference in update_texture_state(); but if the context is closed before that texture can be released (which is quite frequent in normal use, unless a program unbinds and deletes the texture and renders without it to force a call to update_texture_state(), the memory is lost. This affects general Mesa; but the i965 is particularly affected because it allocates a considerable amount of additional memory for each allocated texture. (cherry picked from master, commit c230767d6956b63a2b101acb48f98823bb5dd31a)
2009-05-09mesa: added more gallium Makefiles to tarball listBrian Paul1-0/+1
2009-05-09gallium: replace lib with $(LIB_DIR)Hanno Böck1-2/+2