summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-24radeonsi: move init state to new handlingChristian König5-38/+43
2012-07-24radeonsi: move draw_info to new state handlingChristian König6-98/+84
2012-07-24radeonsi: move CB_TARGET_MASK into fb/blend stateChristian König4-12/+23
2012-07-24radeonsi: move stencil_ref to new handlingChristian König7-78/+37
2012-07-24radeonsi: move dsa state to new handlingChristian König8-155/+149
2012-07-24radeonsi: move infeered fb/rs state to new handlingChristian König5-65/+52
2012-07-24radeonsi: move rasterizer state into new handlingChristian König8-200/+174
2012-07-24radeonsi: move framebuffer to new handlingChristian König7-448/+666
2012-07-24radeonsi: move viewport to new handlingChristian König6-46/+39
2012-07-24radeonsi: move scissor state to new state handlingChristian König5-53/+26
2012-07-24radeonsi: move clip state to new handlingChristian König5-58/+26
2012-07-24radeonsi: move blend color to new state handlingChristian König5-26/+19
2012-07-24radeonsi: move blender to new state handlingChristian König7-191/+178
2012-07-24radeonsi: rework state handling v2Christian König8-1/+358
2012-07-23automake: Honor GL_LIB for mangled/custom lib namesBrad King3-29/+15
2012-07-23st/mesa: fix DDY opcode for FBOsMarek Olšák1-2/+22
2012-07-23st/mesa: set the centroid qualifier in fragment shader inputsMarek Olšák3-4/+11
2012-07-23st/mesa: flush the glBitmap cache before changing framebuffer stateMarek Olšák3-39/+41
2012-07-23st/mesa: set the correct window renderbuffer internal formatMarek Olšák1-1/+9
2012-07-23mesa: fix format checking when doing a multisample resolveMarek Olšák1-1/+111
2012-07-23gallivm: Prefer the standard JIT engine whenever possible.José Fonseca1-4/+4
2012-07-23r600g: don't emit forbidden reg with old kernel on evergreenJerome Glisse1-1/+3
2012-07-23r600g: don't emit forbidden register on old kernelJerome Glisse2-2/+6
2012-07-23radeon/llvm: Fix a bug with IF LOGICALNZ with int operandVincent Lejeune3-11/+17
2012-07-23pipe_loader: Try to connect with the X server before probing pciids v2Tom Stellard2-0/+67
2012-07-23configure.ac: Add --with-llvm-prefix optionTom Stellard1-1/+12
2012-07-22mesa: Prevent repeated glDeleteShader() from blowing away our refcounts.Kenneth Graunke1-3/+5
2012-07-22imports.h: Correct ceilf typo.Matt Turner1-1/+1
2012-07-22st/mesa: remove st_flush_bitmap wrapperMarek Olšák3-17/+1
2012-07-21mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen7-1/+154
2012-07-21mesa formats: unpack ARGB8888/XRGB8888Jordan Justen1-0/+34
2012-07-21mesa pack: use _mesa_problem instead of assertJordan Justen2-8/+18
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen13-94/+295
2012-07-21scons: Add instrumentation component libraries to linking on llvm-3.2.Vinson Lee1-0/+3
2012-07-21Remove unused _mesa_memset16Matt Turner2-16/+0
2012-07-21Remove _mesa_inv_sqrtf in favor of 1/SQRTFMatt Turner4-117/+4
2012-07-21Remove _mesa_sqrt* in favor of plain sqrtMatt Turner3-117/+1
2012-07-21Use INV_SQRT instead of 1/SQRTFMatt Turner2-3/+3
2012-07-21autoconf: Only kink mcjit component when available.José Fonseca1-2/+6
2012-07-20i830: Fix stack corruptionChad Versace1-1/+1
2012-07-20mesa: disable MSVC global optimization in pack.cJosé Fonseca1-0/+13
2012-07-20mesa: whitespace fixes in pbo.cBrian Paul1-14/+14
2012-07-20mesa: update texstore.c commentBrian Paul1-3/+2
2012-07-20llvmpipe: use runtime loop instead of static loop for looping over quadsRoland Scheidegger3-72/+516
2012-07-20nv30: Support negative offsets in indirect constant access.Roy Spliet4-8/+15
2012-07-20nv50/ir: set position before i instead of i->next in NV50LoweringPreSSA::visitBryan Cain1-7/+2
2012-07-20i965/gen7: Increase the WM threads to hardware limits.Eric Anholt1-1/+1
2012-07-20glsl: Assign locations for uniforms in UBOs using the std140 rules.Eric Anholt5-2/+270
2012-07-20glsl: Don't resize arrays in uniform blocks.Eric Anholt1-0/+7
2012-07-20glsl: Don't dead-code eliminiate uniforms declared in uniform blocks.Eric Anholt1-1/+7