Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/dri/intel/intel_screen.c src/mesa/drivers/dri/intel/intel_swapbuffers.c src/mesa/drivers/dri/r300/r300_emit.c src/mesa/drivers/dri/r300/r300_ioctl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texstate.c | |||
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-20 | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu | |
2010-01-14 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | |
Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c | |||
2010-01-11 | x86: Remove unnecessary header from x86_xform.c. | Vinson Lee | |
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | |
Conflicts: src/mesa/main/dd.h | |||
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: docs/relnotes.html src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/r300/r300_cs.h src/mesa/drivers/dri/i965/brw_wm_surface_state.c src/mesa/main/enums.c | |||
2010-01-01 | x86: Silence printf format warnings. | Vinson Lee | |
2009-12-31 | mesa: added dispatch for GL_NV_conditional_render extension | Brian Paul | |
2009-12-29 | mesa: regenerate API files related to GL_EXT_draw_buffers2 | Brian Paul | |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c | |||
2009-11-19 | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] | Eric Anholt | |
2009-11-19 | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt | |
2009-11-19 | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr | Eric Anholt | |
2009-11-19 | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS] | Eric Anholt | |
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt | |
2009-11-19 | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL] | Eric Anholt | |
2009-11-17 | ARB_fbo: Regenerate files from previous commits. | Ian Romanick | |
2009-11-05 | glapi: Include headers with directory prefixes. | Chia-I Wu | |
This allows different sets of generated sources and headers to be used. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-30 | x86: Fix the test for negative pixel count in optimized rgb565 spans. | Eric Anholt | |
There's a bunch of bogus looking stuff the count handling in this code, but this fixes the testcases we have. | |||
2009-09-19 | glapi: regenerated files | Brian Paul | |
2009-09-08 | glapi: Add ARB_draw_elements_base_vertex | Eric Anholt | |
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt | |
This currently doesn't include fixing up the cliptests in the assembly paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path. | |||
2009-09-03 | ARB sync: Regenerate files from previous commit | Ian Romanick | |
2009-08-31 | mesa: fix 32bit cross compilation on a 64bit machine | Marc Dietrich | |
When cross compiling on a 64bit machine, gen_matypes.c is build for the host machine (64bit) but must generates code for the target machine (32bit). This causes wrong offsets all over the place and crashes googleearth on my machine. Solution is to add -m32 when cross compiling. Attached patch is compatible with linux-x86-32 and autoconf based builds. | |||
2009-08-14 | Regenerate files for GL_APPLE_flush_buffer_range | Ian Romanick | |
2009-07-27 | glapi: regenerated GL API assembly files | RALOVICH, Kristóf | |
2009-12-15 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
Conflicts: src/gallium/drivers/softpipe/sp_quad_blend.c | |||
2009-12-15 | x86: ifdef out unused function cptr. | Vinson Lee | |
2009-06-30 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/vbo/vbo_exec_draw.c | |||
2009-06-30 | mesa: fix transform_points_3d_no_rot using undefined values in %xmm0 | Arthur HUILLET | |
Signed-off-by: Arthur HUILLET <arthur.huillet@free.fr> | |||
2009-06-19 | mesa: regenerated files related to GL_ARB_vertex_array_object | Brian Paul | |
2009-06-19 | Merge branch 'ext-provoking-vertex' | Brian Paul | |
Conflicts: docs/relnotes-7.6.html progs/tests/Makefile src/gallium/drivers/softpipe/sp_prim_vbuf.c src/glx/x11/indirect.c src/mesa/glapi/Makefile src/mesa/glapi/dispatch.h src/mesa/glapi/glapioffsets.h src/mesa/glapi/glapitable.h src/mesa/glapi/glapitemp.h src/mesa/glapi/glprocs.h src/mesa/main/dlist.c src/mesa/main/enums.c src/mesa/sparc/glapi_sparc.S src/mesa/x86-64/glapi_x86-64.S src/mesa/x86/glapi_x86.S | |||
2009-06-08 | mesa: regenerated files for GL_ARB_map_buffer_range | Brian Paul | |
2009-06-02 | glapi: regenerated files for GL_ARB_copy_buffer | Brian Paul | |
2009-05-28 | mesa: regenerated API files for GL_EXT_provoking_vertex | Brian Paul | |
2009-04-03 | mesa: rename some gl_light fields to be clearer | Brian Paul | |
EyeDirection -> SpotDirection _NormDirection -> _NormSpotDirection | |||
2009-03-12 | regenerate glapi | Roland Scheidegger | |
2009-03-07 | mesa: silence warning | Brian Paul | |
2009-03-04 | mesa: _mesa_get_x86_features() only needs to do its thing once | Brian Paul | |
2009-03-04 | mesa: move sse.h and 3dnow.h #includes | Brian Paul | |
2009-03-04 | mesa: remove unneeded x86.h header | Brian Paul | |
2009-03-04 | mesa: make _mesa_init_x86_transform_asm() static | Brian Paul | |
2009-03-04 | mesa: rename common_x86_macros.h -> x86_xform.h | Brian Paul | |
2009-03-04 | mesa: rename x86.c -> x86_xform.c | Brian Paul | |
2009-03-04 | mesa: refactor x86 code | Brian Paul | |
Move _mesa_init_all_x86_transform_asm() into x86.c so that common_x86.c has no dependencies on the vertex transformation code. Plus some comments and clean-ups. | |||
2009-02-23 | mesa: fixes for building on Haiku | Tomas Wilhelmsson | |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | |
Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c |