Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-22 | main: Report GL_SHADING_LANGUAGE_VERSION according to API | Kristian Høgsberg | |
2010-04-22 | mesa: Compute GL version according to API | Kristian Høgsberg | |
2010-04-22 | mesa: Move API specific context intialization into context.c | Kristian Høgsberg | |
2010-04-22 | st/mesa: Use API-aware context constructor | Kristian Høgsberg | |
The mesa state tracker is currently the only place where we create a context and expect it to implement GLES1/2. Use the API-aware constructor to communicate this to core mesa. | |||
2010-04-22 | mesa: Track the OpenGL API we're implementing in the context | Kristian Høgsberg | |
This introduces a new way to create or initialize a context: _mesa_create_context_for_api and _mesa_initialize_context_for_api which in addition to the current arguments take an api enum to indicate which OpenGL API the context should implement. At this point the API field in GLcontext isn't used anywhere, but later commits will key certain functionality off of it. The _mesa_create_context and _mesa_initialize_context functions are kept in place as wrappers around the *_for_api versions, passing in API_OPENGL to get the same behavior as before. | |||
2010-04-21 | radeon: fix warning | Marek Olšák | |
2010-04-21 | mesa/st: Translate a few more mesa/gallium formats. | José Fonseca | |
These endup used by Xvnc. | |||
2010-04-20 | mesa: do version checking for GL 3.x queries | Brian Paul | |
2010-04-20 | mesa: API and state for GL 3.1 primitive restart | Brian Paul | |
2010-04-20 | mesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK query | Brian Paul | |
2010-04-20 | mesa: remove some comments | Brian Paul | |
2010-04-21 | intel: Add Sandybridge mobile chipset id | Zhenyu Wang | |
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> | |||
2010-04-21 | intel: Clean up chipset name and gen num for Ironlake | Zhenyu Wang | |
Rename old IGDNG to Ironlake, and set 'gen' number for Ironlake as 5, so tracking the features with generation num instead of special is_ironlake flag. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> | |||
2010-04-20 | mesa: better, smaller error handling code for glGet*() | Brian Paul | |
get.o is about 17% smaller. | |||
2010-04-20 | mesa: better, smaller error handling code for glEnable/Disable/IsEnabled() | Brian Paul | |
Use a goto instead of replicating the _mesa_error() call many times. enable.o is about 15% smaller. | |||
2010-04-20 | mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX) | Brian Paul | |
We no longer support CI-mode color buffers so this is always an error. | |||
2010-04-20 | i915: Map sampler indices to texture units correctly for fragment shaders. | Eric Anholt | |
Fixes hang with "gst-launch-0.10 videotestsrc ! video/x-raw-rgb ! glupload ! gleffects effect=heat ! glimagesink" which uses 2 samplers pointing at GL_TEXTURE1 and GL_TEXTURE2, and piglit glsl-fs-sampler-numbering. | |||
2010-04-20 | i915: Add missing break; after handling the stub NOISE instructions. | Eric Anholt | |
Bug #27348 | |||
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul | |
2010-04-20 | Merge branch 'gallium-index-bias' | José Fonseca | |
2010-04-19 | glapi: GL 3.x xml file | Brian Paul | |
Some of the entrypoints defined in other .xml files will need to be removed in favor of these... | |||
2010-04-19 | Merge branch '7.8' | Jesse Barnes | |
2010-04-19 | mesa: unmap the immediate mode VB before destroying it | Brian Paul | |
Fixes failed assertion from fd.o bug 27713. The assertion was added with the new resource/transfer changes. This patch could apply to the 7.8 branch but it's not essential. | |||
2010-04-19 | mesa/st: Update for index bias interface change. | José Fonseca | |
2010-04-19 | st/mesa: invert scissor rect depending on FB orientation | Brian Paul | |
Fixes fd.o bug 27715 | |||
2010-04-19 | mesa: Fix build with gcc 3.3. | Matthieu Herrb | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-19 | radeon: Let this build with gcc 3.3 | Matthieu Herrb | |
Declaring the loop index inside for () is not supported by this version. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-19 | radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl. | Owain Ainsworth | |
This should be drmCommandWriteRead to avoid an EINVAL error on systems that strictly check ioctl args. This command has been r/w for ever. Discussion with airlied agreed that this was the correct course. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-19 | mesa: Use __OpenBSD__ to check for OpenBSD. | Matthieu Herrb | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-19 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pipe_aaline.c src/gallium/drivers/llvmpipe/lp_context.c | |||
2010-04-19 | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul | |
When points or lines are decomposed into triangles, we need to be sure to disable polygon culling, stippling, "un-filled" modes, etc. This patch sets the rasterization state to disable those things prior to drawing points/lines with triangles, then restores the previous state afterward. The new piglit point-no-line-cull test checks this problem & solution. | |||
2010-04-19 | r300c/r300g: add 3155 rv380 pci id | Dave Airlie | |
2010-04-18 | st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/ | Brian Paul | |
2010-04-18 | st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/ | Brian Paul | |
2010-04-18 | st/mesa: remove st_texture_object::pipe field | Brian Paul | |
Just pass the pipe context to st_get_texture_sampler_view() as is done for st_get_renderbuffer_sampler_view(). | |||
2010-04-18 | st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/ | Brian Paul | |
2010-04-18 | st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/ | Brian Paul | |
2010-04-18 | st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/ | Brian Paul | |
2010-04-19 | r300/compiler: lower CEIL | Marek Olšák | |
2010-04-19 | r300/compiler: enable branch emulation for vertex shaders | Marek Olšák | |
2010-04-19 | r300/compiler: optimize CMP for vertex shaders a bit | Marek Olšák | |
2010-04-19 | r300/compiler: Use memory_pool_array_reserve in deadcode elimination | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2010-04-19 | r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emit | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2010-04-19 | r300/compiler: enable branch emulation for R500 fragment programs | Marek Olšák | |
2010-04-19 | r300/compiler: Implement branch emulation for R300 fragment programs | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2010-04-18 | mesa: Restore comment too. | José Fonseca | |
2010-04-18 | glsl: Fix handling of OPCODE_PRINT for no registers case. | Vinson Lee | |
A register file value is unsigned so could never be -1. A value of 0 also aliased to PROGRAM_TEMPORARY. If an OPCODE_PRINT has no registers to print, set the register file value to PROGRAM_UNDEFINED and check for that value when executing this instruction. | |||
2010-04-17 | i965: Assert that an OPCODE_IF was seen before an OPCODE_ELSE. | Vinson Lee | |
2010-04-17 | r300/compiler: Remove unnecessary header. | Vinson Lee | |
2010-04-16 | r300/compiler: Add radeon_program_tex.c to SCons build. | Vinson Lee | |
This was missed in commit f8a14186809356871ae74159c774e9e3959a22e5. |