summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-03mesa: Implement asynchronous glDrawElements() for VBO-only contexts.glthread-3Eric Anholt3-1/+72
2013-01-03glapi: Mark vertex attrib pointer functions as async.Eric Anholt1-16/+29
2013-01-03mesa: Custom thread marshalling for Flush.Paul Berry3-1/+42
2013-01-03mesa: Custom thread marshalling for ShaderSource.Paul Berry5-1/+136
2013-01-03i965: Activate multithreading when the loader supports it.Paul Berry1-0/+6
2013-01-03intel: Sync the worker thread when we're called from the loader.Eric Anholt4-1/+41
2013-01-03mesa: Connect the generated GL command marshalling code to the build.Eric Anholt3-0/+19
2013-01-03Create pointers for multithread marshalling dispatch table.Paul Berry5-19/+55
2013-01-03mesa: Add infrastructure for a worker thread to process GL commands.Eric Anholt6-0/+457
2013-01-03Validate count parameters when marshaling.Eric Anholt1-0/+15
2013-01-03Generate GL API marshalling code from the XML.Paul Berry7-0/+512
2013-01-03Annotate functions with "marshal" attribute in GLAPI XML.Paul Berry6-27/+41
2013-01-03egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt5-2/+21
2013-01-03glx: Implement __DRI_BACKGROUND_CALLABLE.Paul Berry1-1/+15
2013-01-03Hook up dd_function_table::SetBackgroundContext in intel driver.Paul Berry1-0/+18
2013-01-03Add SetBackgroundContext to dd_function_tablePaul Berry2-0/+22
2013-01-03Update dri_util to keep track of __DRI_BACKGROUND_CALLABLEPaul Berry2-0/+3
2013-01-03Add new marshalling interfaces to dri_interface.h.Paul Berry1-0/+39
2013-01-03Bug fix: skip padding in get_called_parameter_stringPaul Berry1-0/+2
2013-01-03Fixup program_parse.y to avoid uninitialized $$Paul Berry1-0/+5
2013-01-03driconf: Use quotes on bool options so that stdbool.h doesn't break them.Eric Anholt6-34/+129
2013-01-03driconf: Add translation-generation to build system, don't track generated filesCarl Worth5-102/+18
2013-01-03driconf: Add option definitions to source file, not generated targetCarl Worth1-0/+10
2013-01-03driconf: Fix German translations by removing a couple of bogus backslashesCarl Worth1-2/+2
2013-01-03intel: Reuse intel_glFlush().Eric Anholt1-2/+1
2013-01-03intel: Reuse intel_flush() in intel_dri2_flush_with_flags().Eric Anholt1-5/+1
2013-01-03intel: Rely on flush_with_flags for deciding when to throttle.Eric Anholt2-11/+11
2013-01-03intel: Add support for the new flush_with_flags extension.Eric Anholt1-8/+32
2013-01-03intel: Add a batch flush between front-buffer downsample and X protocol.Eric Anholt1-0/+1
2013-01-03glx: Centralize the code for context flushing.Eric Anholt1-45/+37
2013-01-03glx: Add a little comment about what dri2FlushFrontBuffer() does.Eric Anholt1-0/+4
2013-01-03wayland: Don't cancel a roundtrip when any event is receivedJonas Ã…dahl2-1/+7
2013-01-02i965: Add break statement at end of BRW_OPCODE_CONTINUE case.Vinson Lee1-0/+1
2013-01-02egl/android: Fix build for Jelly Bean (v2)Chad Versace2-0/+64
2013-01-02android: Define Make variables for Android versionChad Versace2-3/+6
2013-01-02mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter*Matt Turner1-0/+8
2013-01-02mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*Matt Turner1-0/+8
2013-01-02mesa: Mark _mesa_{init,delete}_sampler_object as staticMatt Turner2-9/+2
2013-01-02glcpp: Typo fix.Adam Jackson1-1/+1
2013-01-02r300g: Fix visibility CFLAGS in automakeAdam Jackson1-0/+1
2013-01-02galahad, noop: Fix visibility CFLAGS in automakeAdam Jackson1-0/+2
2013-01-02glcpp: Fix visibility CFLAGS in automakeAdam Jackson1-0/+1
2013-01-02mesa: Implement compressed 2D array textures.Paul Berry2-30/+40
2013-01-02mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry4-10/+16
2013-01-02mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()Brian Paul1-2/+3
2013-01-01glsl: add cast to silence signed/unsigned comparision warningBrian Paul1-1/+1
2012-12-31xlib: handle _mesa_initialize_visual()'s return valueBrian Paul1-9/+12
2012-12-29i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke1-2/+2
2012-12-28intel: Skip texture validation logic when nothing has changed.Eric Anholt5-2/+30
2012-12-28intel: Turn a test in miptree_match_image into an assert.Eric Anholt1-2/+5