summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-22i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick1-1/+1
2013-02-22configure: Fix build with automake < 1.11Lauri Kasanen1-1/+2
2013-02-22meta: Allocate texture before initializing texture coordinatesAnuj Phogat1-9/+8
2013-02-22mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2-2/+2
2013-02-22i965/fs: Fix broken math on values loaded from uniform buffers on gen6.Eric Anholt1-0/+1
2013-02-22tgsi: Improve execution debugging.José Fonseca1-5/+24
2013-02-22util/u_dump: Update texture target strings.José Fonseca1-2/+10
2013-02-22util/debug: Always use __builtin_frame_address on gcc.Sergey Matyukevich1-4/+1
2013-02-22radeon/llvm: Remove stale comment about radeon_llvm_emit_prepare_cube_coordsMichel Dänzer1-1/+0
2013-02-22r600g: fix random corruption with CP DMA in TF2Marek Olšák1-0/+3
2013-02-22radeonsi: Don't pretend there is any R8G8B8 supportMichel Dänzer1-1/+0
2013-02-22llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targetsAndreas Boll1-5/+12
2013-02-22targets/xa-vmwgfx: Force c++ linker to fix undefined symbolsAndreas Boll1-0/+2
2013-02-22llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.Roland Scheidegger1-15/+31
2013-02-22trace: Never close stdout/stderr.José Fonseca1-2/+9
2013-02-22trace: Fix set_constant_buffer dumping.José Fonseca1-2/+2
2013-02-21r600g: Fix memory leak in r600_shader_select.Vinson Lee1-0/+1
2013-02-22llvmpipe: simplify buffer allocation logic.Roland Scheidegger1-7/+5
2013-02-22gallium/docs: improve text about resources a bit.Roland Scheidegger1-29/+33
2013-02-22draw: make sure key size is calculated consistently.Roland Scheidegger1-5/+9
2013-02-21r300g/compiler: Fix bug in OMOD foldingTom Stellard3-1/+77
2013-02-21r300g/tests: Add helper functions for creating a full programTom Stellard2-8/+75
2013-02-21r300g/tests: Exit test runner with a valid status codeTom Stellard5-6/+22
2013-02-21r300g/complier: Make r300_vertprog_swizzle_caps visible in other filesTom Stellard2-1/+3
2013-02-21r300g/compiler: Fix typo in commentTom Stellard1-1/+1
2013-02-21r300g/compiler: Add missing license headersTom Stellard13-1/+339
2013-02-21i965: Avoid segfault in gen6_upload_stateCarl Worth1-1/+1
2013-02-21r600g: don't enable ReZ mode on evergreenAlex Deucher1-1/+4
2013-02-21docs: import release notes for 9.0.3, add news itemAndreas Boll3-0/+256
2013-02-21radeonsi: Don't match TGSI_SEMANTIC_POSITION fs inputs to vs outputsMichel Dänzer1-2/+5
2013-02-21radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs.Michel Dänzer1-0/+8
2013-02-21radeonsi: Fix up and enable flat shading.Michel Dänzer4-22/+5
2013-02-20radeonsi: Fix memory leak in si_shader_select.Vinson Lee1-0/+1
2013-02-20i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.Paul Berry3-11/+34
2013-02-20mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick3-9/+16
2013-02-20gallivm: fix indirect src register fetches requiring bitcastRoland Scheidegger1-21/+16
2013-02-20llvmpipe: lp_resource_copy cleanupRoland Scheidegger5-49/+47
2013-02-20llvmpipe: fix lp_resource_copy using more than one 3d sliceRoland Scheidegger1-84/+86
2013-02-20gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli7-1/+77
2013-02-20r600g/Cayman: Fix blending using destination alpha factor but non-alpha destMichel Dänzer1-4/+9
2013-02-20radeonsi: Fix blending using destination alpha factor but non-alpha destinationMichel Dänzer1-3/+5
2013-02-20radeonsi: implement 3D transfersMarek Olšák1-20/+29
2013-02-20radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák3-15/+18
2013-02-20radeonsi: use u_box_origin_2d helper functionMarek Olšák1-5/+2
2013-02-19configure.ac: Do not check for clock_gettime on MinGW.Vinson Lee1-1/+1
2013-02-19DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin1-3/+12
2013-02-19i965/fs: Enable CSE on uniform pull constant loads.Eric Anholt1-0/+3
2013-02-19i965/fs: Only do CSE when the dst types match.Eric Anholt1-1/+2
2013-02-19i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt3-27/+66
2013-02-19i965/fs: Fix copy propagation with smearing.Eric Anholt1-1/+2