summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: import release notes for 9.0.3, add news itemAndreas Boll2013-02-213-0/+256
* 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
* radeonsi: Fix memory leak in si_shader_select.Vinson Lee2013-02-201-0/+1
* i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.Paul Berry2013-02-203-11/+34
* mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick2013-02-203-9/+16
* gallivm: fix indirect src register fetches requiring bitcastRoland Scheidegger2013-02-201-21/+16
* llvmpipe: lp_resource_copy cleanupRoland Scheidegger2013-02-205-49/+47
* llvmpipe: fix lp_resource_copy using more than one 3d sliceRoland Scheidegger2013-02-201-84/+86
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-207-1/+77
* r600g/Cayman: Fix blending using destination alpha factor but non-alpha destMichel Dänzer2013-02-201-4/+9
* radeonsi: Fix blending using destination alpha factor but non-alpha destinationMichel Dänzer2013-02-201-3/+5
* radeonsi: implement 3D transfersMarek Olšák2013-02-201-20/+29
* radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák2013-02-203-15/+18
* radeonsi: use u_box_origin_2d helper functionMarek Olšák2013-02-201-5/+2
* configure.ac: Do not check for clock_gettime on MinGW.Vinson Lee2013-02-191-1/+1
* DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin2013-02-191-3/+12
* i965/fs: Enable CSE on uniform pull constant loads.Eric Anholt2013-02-191-0/+3
* i965/fs: Only do CSE when the dst types match.Eric Anholt2013-02-191-1/+2
* i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt2013-02-193-27/+66
* i965/fs: Fix copy propagation with smearing.Eric Anholt2013-02-191-1/+2
* i965/fs: Add a bit more instruction dumping useful for upcoming work.Eric Anholt2013-02-191-1/+30
* radeon/llvm: Fix build with LLVM 3.3Tom Stellard2013-02-192-1/+12
* r600g: Add $(DEFINES) to AM_CXXFLAGSTom Stellard2013-02-191-1/+2
* i965: Remove unused userclip flags.Paul Berry2013-02-193-5/+0
* llvmpipe: fix handling of 0 x 0 framebuffer sizeBrian Paul2013-02-191-2/+2
* st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul2013-02-191-2/+1
* glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns2013-02-191-1/+3