summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: Remove VS output varyings which are optimized out of the FSJordan Justen2013-02-231-1/+18
* vl: Fix off-by-one error in device_name_length allocation.Vinson Lee2013-02-231-2/+1
* llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker2013-02-231-1/+3
* util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.José Fonseca2013-02-231-4/+22
* svga: remove some extraneous whitespaceBrian Paul2013-02-231-8/+0
* st/mesa: fix debug_printf() format string warningBrian Paul2013-02-231-1/+1
* util/dump: Use static assertion to detect string table size mismatches.José Fonseca2013-02-231-1/+18
* st/xvmc/tests: Ensure colorkey is initialized.Vinson Lee2013-02-221-0/+4
* st/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.Vinson Lee2013-02-221-0/+1
* st/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.Vinson Lee2013-02-221-0/+1
* glapi: mark static_dispatch false for DiscardFramebufferEXTTapani Pälli2013-02-221-1/+2
* llvmpipe: rename polygon offset fields to something more specificBrian Paul2013-02-222-8/+11
* llvmpipe: add missing checks for polygon offset point/line modesBrian Paul2013-02-221-0/+6
* draw: fix broken polygon offset stageBrian Paul2013-02-221-3/+37
* st/mesa: fix polygon offset state translation logicBrian Paul2013-02-221-7/+3
* st/mesa: check for dummy programs in destroy_program_variants()Brian Paul2013-02-221-1/+1
* st/mesa: fix trimming of GL_QUAD_STRIPBrian Paul2013-02-221-1/+1
* r600g: fixup PS_PARTIAL_FLUSH flag handling for caymanAlex Deucher2013-02-221-7/+6
* r600g: r6xx deadlock workaround (v6)Alex Deucher2013-02-221-0/+6
* r600g: add PS_PARTIAL_FLUSH flagAlex Deucher2013-02-222-0/+6
* i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick2013-02-221-1/+1
* meta: Allocate texture before initializing texture coordinatesAnuj Phogat2013-02-221-9/+8
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-02-222-2/+2
* i965/fs: Fix broken math on values loaded from uniform buffers on gen6.Eric Anholt2013-02-221-0/+1
* tgsi: Improve execution debugging.José Fonseca2013-02-221-5/+24
* util/u_dump: Update texture target strings.José Fonseca2013-02-221-2/+10
* util/debug: Always use __builtin_frame_address on gcc.Sergey Matyukevich2013-02-221-4/+1
* radeon/llvm: Remove stale comment about radeon_llvm_emit_prepare_cube_coordsMichel Dänzer2013-02-221-1/+0
* r600g: fix random corruption with CP DMA in TF2Marek Olšák2013-02-221-0/+3
* radeonsi: Don't pretend there is any R8G8B8 supportMichel Dänzer2013-02-221-1/+0
* llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targetsAndreas Boll2013-02-221-5/+12
* targets/xa-vmwgfx: Force c++ linker to fix undefined symbolsAndreas Boll2013-02-221-0/+2
* llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.Roland Scheidegger2013-02-221-15/+31
* trace: Never close stdout/stderr.José Fonseca2013-02-221-2/+9
* trace: Fix set_constant_buffer dumping.José Fonseca2013-02-221-2/+2
* r600g: Fix memory leak in r600_shader_select.Vinson Lee2013-02-211-0/+1
* llvmpipe: simplify buffer allocation logic.Roland Scheidegger2013-02-221-7/+5
* gallium/docs: improve text about resources a bit.Roland Scheidegger2013-02-221-29/+33
* draw: make sure key size is calculated consistently.Roland Scheidegger2013-02-221-5/+9
* r300g/compiler: Fix bug in OMOD foldingTom Stellard2013-02-213-1/+77
* r300g/tests: Add helper functions for creating a full programTom Stellard2013-02-212-8/+75
* r300g/tests: Exit test runner with a valid status codeTom Stellard2013-02-215-6/+22
* r300g/complier: Make r300_vertprog_swizzle_caps visible in other filesTom Stellard2013-02-212-1/+3
* r300g/compiler: Fix typo in commentTom Stellard2013-02-211-1/+1
* r300g/compiler: Add missing license headersTom Stellard2013-02-2113-1/+339
* i965: Avoid segfault in gen6_upload_stateCarl Worth2013-02-211-1/+1
* r600g: don't enable ReZ mode on evergreenAlex Deucher2013-02-211-1/+4
* radeonsi: Don't match TGSI_SEMANTIC_POSITION fs inputs to vs outputsMichel Dänzer2013-02-211-2/+5
* radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs.Michel Dänzer2013-02-211-0/+8
* radeonsi: Fix up and enable flat shading.Michel Dänzer2013-02-214-22/+5