Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-15 | es: standard Mesa license termsopengl-es | Brian Paul | 9 | -0/+156 | |
2009-05-15 | docs: more ES info | Brian Paul | 1 | -7/+48 | |
2009-05-12 | docs: release notes info for OpenGL ES | Brian Paul | 1 | -0/+3 | |
2009-05-12 | docs: link for OpenGL ES page | Brian Paul | 1 | -0/+1 | |
2009-05-12 | docs: OpenGL ES information | Brian Paul | 1 | -0/+63 | |
2009-05-12 | es: fix comment | Brian Paul | 1 | -1/+1 | |
2009-05-12 | es: OpenGL ES 2.x demo programs | Brian Paul | 2 | -0/+567 | |
2009-05-12 | es: updated Makefile comment | Brian Paul | 1 | -1/+1 | |
2009-05-12 | es: update window title | Brian Paul | 1 | -1/+1 | |
2009-05-12 | es: OpenGL ES 1.x demo programs | Brian Paul | 9 | -0/+3899 | |
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 | 6 | -16/+22 | |
Conflicts: Makefile src/mesa/main/version.h | |||||
2009-05-11 | st: do proper refcounting for framebuffer surfaces | Brian Paul | 2 | -6/+17 | |
2009-05-11 | trivial: destroy window upon exit | Brian Paul | 1 | -0/+1 | |
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 | |
I haven't tested, but this may unbreak surface copies. | |||||
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 | |
Still dies in assert, but at least it's not my assert anymore. :3 | |||||
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 | |
This makes non-hybrid kernels like newttm from drm-next-radeon work while avoiding breakage with Fedora/Ubuntu/etc. | |||||
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 | |
Fixes failed assertion in progs/glsl/twoside.c (but still wrong rendering). | |||||
2009-05-11 | mesa: better handling/printing of driver-specific opcodes, register files | Brian Paul | 2 | -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-11 | mesa: Fixed a texture memory leak | Brian Paul | 1 | -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-09 | mesa: added more gallium Makefiles to tarball list | Brian Paul | 1 | -0/+1 | |
2009-05-09 | gallium: replace lib with $(LIB_DIR) | Hanno Böck | 1 | -2/+2 | |