| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-24 | egl: Add _EGLResource and _EGLResourceType. | Chia-I Wu | |
| Resources are objects managed by a display. They can be linked to or unlinked from a display. It is also possible to check if a resource is valid. | |||
| 2010-01-24 | egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch] | Chia-I Wu | |
| Move functions to where they should be. There should be no real change here. | |||
| 2010-01-24 | egl: Move context functions in egldisplay.[ch] to eglcontext.[ch]. | Chia-I Wu | |
| Move functions to where they should be. There should be no real change here. | |||
| 2010-01-24 | mesa/es: Improve Makefile rules. | Chia-I Wu | |
| Make sure glapi headers are cleaned when "make clean". Make sure all sources depend on subdirs-stamp-tmp so that sources/headers are generated first. subdirs-stamp-tmp will be removed after a successful build. It might be a problem when a build fails. But it is much better than where we currently are: glapi headers are never cleaned or re-generated. | |||
| 2010-01-24 | r200: Silence fprintf format warning. | Vinson Lee | |
| 2010-01-23 | x86: Do not build read_rgba_span_x86.S on Mac OS X. | Vinson Lee | |
| read_rgba_span_x86.S uses the pseudo-ops .hidden and .type which are not recognized on Mac OS X. | |||
| 2010-01-23 | x86: Do not use .hidden pseudo-op on Mac OS X. | Vinson Lee | |
| The .hidden directive is an unknown pseudo-op on Mac OS X. | |||
| 2010-01-23 | glapi: Do not use .type pseudo-op on Mac OS X. | Vinson Lee | |
| The .type directive is an unknown pseudo-op on Mac OS X. | |||
| 2010-01-23 | scons: Do not use ld options start-group and end-group on Darwin. | Vinson Lee | |
| Mac OS X ld does not support these options. | |||
| 2010-01-24 | r300g: avoid the use of goto | Dave Airlie | |
| I was being lazy on Sunday morning, Droste on irc called me on it ;-) | |||
| 2010-01-23 | scons: Define _DARWIN_C_SOURCE on Darwin builds. | Vinson Lee | |
| 2010-01-24 | r300g: fix flushing harder. | Dave Airlie | |
| I swear ipers runs here after this commit. After we flush we need to redo the space check | |||
| 2010-01-23 | progs/demos: Remove unnecessary header from shadowtex.c. | Vinson Lee | |
| 2010-01-23 | r300: Remove unnecessary headers. | Vinson Lee | |
| 2010-01-23 | intel: Remove unnecessary headers. | Vinson Lee | |
| 2010-01-23 | egl: Install drivers to ${libdir}/egl. | Chia-I Wu | |
| Install EGL drivers to EGL_DRIVER_INSTALL_DIR, which is default to ${libdir}/egl. | |||
| 2010-01-23 | st/vega: Clean up Makefile. | Chia-I Wu | |
| 2010-01-23 | st/es: Pass -linker and -ldflags to mklib. | Chia-I Wu | |
| 2010-01-23 | radeon: Remove unused variable. | Vinson Lee | |
| 2010-01-23 | r300: fix wrong call in last commit | Dave Airlie | |
| 2010-01-23 | tdfx: Remove unnecessary headers. | Vinson Lee | |
| 2010-01-23 | sis: Remove unnecessary headers. | Vinson Lee | |
| 2010-01-23 | r300g: fix up buffer emission ordering. | Dave Airlie | |
| This fixes the code space checking VBOs, then resetting the space list and space checking other buffers. it fixes demos/ipers Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
| 2010-01-23 | savage: Remove unnecessary headers. | Vinson Lee | |
| 2010-01-23 | mga: Remove unnecessary headers. | Vinson Lee | |
| 2010-01-22 | i965: Remove unnecessary headers. | Vinson Lee | |
| 2010-01-22 | i915: Remove unnecessary headers. | Vinson Lee | |
| 2010-01-23 | r300: only enable half floats on r500s. | Dave Airlie | |
| Thank to MAD for point it out. | |||
| 2010-01-23 | Merge branch 'arb_half_float_vertex' | Dave Airlie | |
| 2010-01-23 | Revert "add segl" | Chia-I Wu | |
| This reverts commit fe33b7083b0081b91ee338acbe966400c6b9a7b9. It was not supposed to be pushed yet. | |||
| 2010-01-23 | r300: half float support | Dave Airlie | |
| Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
| 2010-01-23 | i965: add support for ARB_half_float_vertex | Dave Airlie | |
| enables the extension on i965 and adds support to the draw upload for the vertex format. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
| 2010-01-23 | mesa: add core support for ARB_half_float_vertex. | Dave Airlie | |
| Adds the extension to the list + support to the APIs. also add t_draw.c support to convert for sw rast. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
| 2010-01-23 | glapi: add GL_HALF_FLOAT enum support. | Dave Airlie | |
| Regenerate enums files and GLX indirect. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
| 2010-01-23 | progs: add trivial ARB_half_float_vertex support. | Dave Airlie | |
| This is just a trivial port of vp-array.c Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
| 2010-01-23 | glapi: Include glheader.h in glapi_nop.c. | Chia-I Wu | |
| In addition to OpenGL headers, glheader.h also defines OpenGL ES types that are used in core Mesa or ES overlay. | |||
| 2010-01-23 | add segl | Chia-I Wu | |
| 2010-01-22 | glapi: define GLfixed, GLclampx types for ES 1 | Brian Paul | |
| I'm not 100% sure this is the best fix, but it seems OK. | |||
| 2010-01-22 | svga: fix up breakage from earlier 7.7 merge | Brian Paul | |
| 2010-01-22 | st/mesa: fix incorrect freeing of drawpixels vertex shaders | Brian Paul | |
| These shaders are not st_vertex_shaders, but tgsi ureg shaders. Fixes fd.o bug 25959. | |||
| 2010-01-22 | gallium/util: add missing util/u_bitmask.c to Makefile | Brian Paul | |
| 2010-01-22 | gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba() | Brian Paul | |
| Fixes fd.o bug 23313. | |||
| 2010-01-22 | mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT() | Brian Paul | |
| 2010-01-22 | mesa: use switch in _mesa_DeletePrograms() | Brian Paul | |
| 2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
| Conflicts: src/mesa/shader/prog_execute.c | |||
| 2010-01-22 | mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy() | Brian Paul | |
| This is faster and ensures that NaN floats get stored properly. Before, NaN values (which might be used with UP2H, UP2US, UP4B and UP4UB) weren't getting stored properly with gcc -O3. This is the second part of the fix for the piglit fp-unpack-01 failure (bug 25973). | |||
| 2010-01-22 | mesa: use new fetch_vector1ui() function for 'unpack' GPU instructions | Brian Paul | |
| The UP2H, UP2US, UP4B and UP4UB instructions interpret the float registers as integers. With gcc -O3 some bits were getting mixed up somewhere. This is part of the fix for the piglit fp-unpack-01 test failure (bug 25973). | |||
| 2010-01-22 | xlib/softpipe: more buffer free fixes | Brian Paul | |
| The previous memory leak fix didn't always work properly. Now check the xm_buffer::smh field (now documented!) to see if the buffer points to shared memory. | |||
| 2010-01-22 | Remove obsolete file | Alan Hourihane | |
| 2010-01-22 | gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during merge | Brian Paul | |
