summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri
AgeCommit message (Expand)AuthorFilesLines
2013-10-08st/dri: don't export any private symbolsMarek Olšák2-1/+3
2013-10-01st/dri/sw: consolidate C sources list into Makefile.sourcesEmil Velikov3-13/+8
2013-10-01st/dri: consolidate C sources list into Makefile.sourcesEmil Velikov3-13/+8
2013-09-20gallium: add flush_resource context functionMarek Olšák2-3/+11
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst4-24/+18
2013-09-06gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy1-0/+2
2013-08-17dri: Choose a decent global driNConfigOptions.Eric Anholt1-4/+1
2013-07-30st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2-1/+4
2013-07-30mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2-5/+8
2013-07-30st/dri: remove driOptionCache from dri_context in favor of dri_screenMarek Olšák2-13/+1
2013-07-30st/dri: move enabling postprocessing to dri_screenMarek Olšák4-16/+18
2013-07-30st/dri: remove more unused driconf optionsMarek Olšák1-6/+1
2013-07-30st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2-2/+19
2013-07-30driconf: remove the unused option allow_large_texturesMarek Olšák1-2/+1
2013-07-30st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2-1/+4
2013-06-24st/dri/sw: Fix pitch calculation in drisw_update_tex_bufferRichard Sandiford1-2/+3
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson1-4/+4
2013-06-13st/dri: if flushing a drawable, don't set reason=SWAPBUFFERSMarek Olšák1-1/+1
2013-06-13st/dri: resolve the back buffer only in SwapBuffersMarek Olšák1-3/+3
2013-06-13st/dri: manually swap MSAA front and back buffers in SwapBuffersMarek Olšák1-0/+25
2013-06-13st/dri: always copy new DRI front and back buffers to corresponding MSAA buffersMarek Olšák1-0/+27
2013-06-13st/dri: refactor dri_msaa_resolveMarek Olšák3-12/+15
2013-06-13st/dri: reuse depth-stencil and MSAA resources after DRI2 invalidate eventMarek Olšák1-26/+78
2013-06-13st/dri: fix MSAA resolving of buffers with height > widthMarek Olšák1-2/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-6/+6
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-19mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt1-4/+4
2013-04-19gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2-1/+4
2013-03-28st/dri: fix crash with HUD and single bufferingMarek Olšák1-1/+2
2013-03-26st/dri: integrate the HUDMarek Olšák3-0/+11
2013-03-15st/dri: add support for the always_have_depth_buffer optionBrian Paul3-11/+28
2013-01-24st/dri: disallow recursion in dri_flushMarek Olšák2-1/+13
2013-01-24st/dri: add null-pointer check, remove duplicated local variableMarek Olšák1-4/+5
2013-01-13xmlpool: Fix out-of-tree builds.Johannes Obermayr2-0/+2
2013-01-13Remove hacks for static MakefilesMatt Turner2-6/+0
2013-01-12scons: Update for xmlpool/options.h generation.José Fonseca2-0/+2
2013-01-10Clean up .gitignore filesMatt Turner3-3/+0
2013-01-10state_trackers/dri/sw: Convert to automakeMatt Turner3-25/+44
2013-01-10state_trackers/dri/drm: Convert to automakeMatt Turner3-27/+44
2013-01-10state_trackers/dri: Convert to automakeMatt Turner3-12/+24
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2-1/+3
2012-12-12st/dri: add a way to force MSAA on with an environment variableMarek Olšák1-4/+39
2012-12-07st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák4-11/+110
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák4-6/+10
2012-12-07st/dri: don't expose MSAA configs with accumulation bufferMarek Olšák1-1/+13
2012-12-07st/dri: refactor dri_fill_in_modesMarek Olšák4-109/+45
2012-12-07st/dri: always allocate private depth-stencil buffersMarek Olšák1-59/+49
2012-12-02st/dri: implement new driver hook flush_with_flagsMarek Olšák4-56/+89