Age | Commit message (Expand) | Author | Files | Lines |
2009-05-15 | es: standard Mesa license termsopengl-es | Brian Paul | 9 | -0/+156 |
2009-05-12 | es: added mm.c to Mesa file list | Brian Paul | 1 | -1/+1 |
2009-05-12 | es: fix makefile dependency issue | Brian Paul | 1 | -1/+1 |
2009-05-12 | es: updated comments | Brian Paul | 1 | -1/+1 |
2009-05-12 | es: added es-common directory to Makefile | Brian Paul | 1 | -9/+9 |
2009-05-12 | es: common files for ES 1.x and ES 2.x | Brian Paul | 11 | -0/+887 |
2009-05-12 | es: remove sources that are actually python-generated | Brian Paul | 6 | -12573/+0 |
2009-05-12 | es: Makefile fixes | Brian Paul | 1 | -6/+5 |
2009-05-12 | es: lots of Makefile files | Brian Paul | 1 | -47/+36 |
2009-05-12 | es: remove incorrect source file from list | Brian Paul | 1 | -1/+0 |
2009-05-12 | es: update current texture vars | Brian Paul | 1 | -3/+3 |
2009-05-12 | mesa: silence warning | Brian Paul | 1 | -0/+2 |
2009-05-12 | st: added preprocessor test for FEATURE_texture_s3tc | Brian Paul | 1 | -0/+2 |
2009-05-12 | mesa: add typedef for GLfixed | Brian Paul | 1 | -0/+5 |
2009-05-12 | mesa: fix set_tex_parameteri() call | Brian Paul | 1 | -1/+1 |
2009-05-12 | st: silence warning | Brian Paul | 1 | -0/+4 |
2009-05-12 | st: subset pixel.c file for ES | Brian Paul | 1 | -0/+96 |
2009-05-12 | st: mesa mfeatures.h file for ES state trackers | Brian Paul | 1 | -0/+101 |
2009-05-12 | st: updated sources list for ES state tracker | Brian Paul | 1 | -3/+17 |
2009-05-12 | st: ES state tracker code for glDrawTex*OES() | Brian Paul | 2 | -0/+306 |
2009-05-12 | es: shared mesa state tracker files | Brian Paul | 4 | -0/+984 |
2009-05-12 | egl: state tracker Makefile, SConscript | Brian Paul | 2 | -0/+140 |
2009-05-12 | es: OpenGL ES 2.x state tracker code | Brian Paul | 7 | -0/+3807 |
2009-05-12 | es: OpenGL ES 1.x state tracker code | Brian Paul | 8 | -0/+9356 |
2009-05-12 | es: OpenGL ES state tracker Makefiles, python generators, etc. | Brian Paul | 11 | -0/+6093 |
2009-05-12 | swrast: update/restore the opt_sample_rgb/rgba_2d() functions | Brian Paul | 1 | -15/+9 |
2009-05-11 | Merge branch 'mesa_7_5_branch' | Brian Paul | 4 | -9/+20 |
2009-05-11 | st: do proper refcounting for framebuffer surfaces | Brian Paul | 2 | -6/+17 |
2009-05-11 | r300-gallium: unbreak build | Joakim Sindholt | 1 | -1/+1 |
2009-05-11 | r300-gallium: Setup surface in r300_surface_copy. | Corbin Simpson | 1 | -0/+2 |
2009-05-11 | r300-gallium: Cleanup some compile warnings. | Corbin Simpson | 1 | -10/+8 |
2009-05-11 | r300-gallium: Cleanup PSC for HW TCL. | Corbin Simpson | 1 | -11/+24 |
2009-05-11 | radeon-gallium: Forgot a typedef. | Corbin Simpson | 1 | -0/+5 |
2009-05-11 | radeon-gallium: Support new info ioctls in addition to classic getparams. | Corbin Simpson | 2 | -12/+41 |
2009-05-11 | mesa: updated comments for _mesa_generate_mipmap() | Brian Paul | 1 | -2/+5 |
2009-05-11 | i965: handle extended swizzle terms (0,1) in get_src_reg() | Brian Paul | 1 | -0/+8 |
2009-05-11 | mesa: better handling/printing of driver-specific opcodes, register files | Brian Paul | 2 | -4/+14 |
2009-05-11 | mesa: Fixed a texture memory leak | Brian Paul | 1 | -0/+3 |
2009-05-09 | gallium: replace lib with $(LIB_DIR) | Hanno Böck | 1 | -2/+2 |
2009-05-09 | radeon-gallium: Clean up some of the BO counting logic. | Corbin Simpson | 1 | -8/+7 |
2009-05-09 | r300-gallium: vs: Make imms work, cleanup some of the switches. | Corbin Simpson | 1 | -12/+26 |
2009-05-09 | r300-gallium: Start VS dumper. | Corbin Simpson | 2 | -76/+160 |
2009-05-09 | r300-gallium: vs: Add SLT, clean up MAX. | Corbin Simpson | 2 | -5/+5 |
2009-05-09 | r300-gallium: vs: Add MAX. | Corbin Simpson | 2 | -0/+8 |
2009-05-09 | r300-gallium: vs: Add scalar setup, RSQ. | Corbin Simpson | 2 | -6/+35 |
2009-05-09 | r300-gallium: vs: Add writemasks. | Corbin Simpson | 1 | -1/+1 |
2009-05-08 | r300-gallium: Fix bad cast. Space accounting completely works now. | Corbin Simpson | 2 | -5/+2 |
2009-05-08 | r300-gallium, radeon: BO handling fixes, some useful asserts. | Corbin Simpson | 2 | -3/+9 |
2009-05-08 | radeon-gallium: Shut up Valgrind. | Corbin Simpson | 1 | -3/+3 |
2009-05-08 | r300-gallium, radeon: A couple cleanups. | Corbin Simpson | 4 | -5/+11 |