summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick2013-08-063-12/+20
* mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick2013-08-063-8/+19
* radeonsi: Number of SGPRs retrieved from LLVM already includes VCCMichel Dänzer2013-08-061-8/+8
* i965: Don't allocate curbe buffers on Gen6+.Kenneth Graunke2013-08-061-2/+4
* llvmpipe: Do not need to free anything if there is no geometry shader.Vinson Lee2013-08-051-2/+5
* nvc0: Initialize ptr for unexpected sample_count on release builds.Vinson Lee2013-08-051-0/+1
* draw: Change slot from unsigned to int.Vinson Lee2013-08-051-1/+1
* postprocess: Check ppq is null before calling pp_free_bos.Vinson Lee2013-08-051-1/+3
* draw: add back separate input assemblerZack Rusin2013-08-036-4/+351
* draw: implement proper primitive assembler as a pipeline stageZack Rusin2013-08-0312-352/+280
* draw: fix front face injectionZack Rusin2013-08-031-9/+15
* tgsi: remove unneeded File == TGSI_FILE_INPUT testBrian Paul2013-08-051-1/+0
* tgsi: clean up tgsi_scan_shader() functionBrian Paul2013-08-051-41/+42
* llvmpipe: fix frontface behavior againZack Rusin2013-08-021-3/+11
* r600g/sb: Dump correct value for CND.Vinson Lee2013-08-041-1/+1
* intel_fbo: remove unused intel_renderbuffer hiz functionsJordan Justen2013-08-042-26/+0
* i965 clear/draw: set renderbuffer attachment as needing depth resolveJordan Justen2013-08-042-2/+4
* i965: add intel_renderbuffer_att_set_needs_depth_resolveJordan Justen2013-08-042-0/+18
* i965: add intel_miptree_set_all_slices_need_depth_resolveJordan Justen2013-08-042-0/+16
* i965 gen7: don't set FORCE_ZERO_RTAINDEX for layered renderingJordan Justen2013-08-041-1/+1
* hsw hiz: Remove x/y offset restriction for hizJordan Justen2013-08-041-24/+0
* gen7 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surfaceJordan Justen2013-08-044-66/+45
* gen7 fbo: make unmatched depth/stencil configs return unsupportedJordan Justen2013-08-041-0/+16
* hsw hiz: Add new size restrictions for miplevels > 0Jordan Justen2013-08-041-3/+13
* gen7 blorp depth: calculate base surface width/heightJordan Justen2013-08-041-0/+13
* gen7 depth surface: calculate minimum array element being renderedJordan Justen2013-08-042-0/+17
* gen7 depth surface: calculate LOD being rendered toJordan Justen2013-08-042-0/+6
* gen7 depth surface: calculate depth (array size) for depth surfaceJordan Justen2013-08-042-0/+5
* gen7 depth surface: calculate more specific surface typeJordan Justen2013-08-042-0/+47
* i965: init global state first in brw_workaround_depthstencil_alignmentJordan Justen2013-08-041-5/+14
* nv50: fix some h264 interlaced decoding on vp2Ilia Mirkin2013-08-032-7/+8
* llvmpipe: don't interpolate front face or prim idZack Rusin2013-08-021-15/+13
* draw: make sure clipping works with injected outputsZack Rusin2013-08-021-35/+54
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-0214-4/+146
* draw: stop crashing with extra shader outputsZack Rusin2013-08-029-15/+52
* draw: use the vertex sizeZack Rusin2013-08-021-1/+1
* draw/llvm: add some extra debugging outputZack Rusin2013-08-021-0/+6
* tgsi: detect prim id and front face usage in fsZack Rusin2013-08-022-2/+8
* tgsi: add ucmp to the list of opcodesZack Rusin2013-08-021-0/+1
* llvmpipe: make the front-face behavior match the gallium specZack Rusin2013-08-021-1/+4
* Makefile.am: Remove api_exec_es* from EXTRA_FILES.Matt Turner2013-08-021-6/+0
* mesa: Use MIN3 instead of two MIN2s.Matt Turner2013-08-021-4/+5
* mesa: Update comments to match newer specs.Matt Turner2013-08-022-2/+2
* i965: Initialize the maximum number of GS threads on Haswell.Kenneth Graunke2013-08-021-0/+3
* glsl: Disallow interpolation qualifiers on non-input/output variables.Kenneth Graunke2013-08-021-7/+18
* glsl: Fix NULL pointer dereferences when linking fails.Kenneth Graunke2013-08-021-8/+5
* docs: Document UVD (2.2 and 3.0) video decoding support in mesa 9.2Andreas Boll2013-08-021-0/+1
* docs: Document that i965 Gen6+ requires Kernel 3.6 or laterAndreas Boll2013-08-021-1/+2
* docs: Update some out of date sourcetree informationTimothy Arceri2013-08-022-3/+1
* r600g: honour semantic index in fragment color exportsChristoph Bumiller2013-08-021-5/+5