summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-08-05llvmpipe: Do not need to free anything if there is no geometry shader.Vinson Lee1-2/+5
2013-08-05nvc0: Initialize ptr for unexpected sample_count on release builds.Vinson Lee1-0/+1
2013-08-05draw: Change slot from unsigned to int.Vinson Lee1-1/+1
2013-08-05postprocess: Check ppq is null before calling pp_free_bos.Vinson Lee1-1/+3
2013-08-03draw: add back separate input assemblerZack Rusin6-4/+351
2013-08-03draw: implement proper primitive assembler as a pipeline stageZack Rusin12-352/+280
2013-08-03draw: fix front face injectionZack Rusin1-9/+15
2013-08-05tgsi: remove unneeded File == TGSI_FILE_INPUT testBrian Paul1-1/+0
2013-08-05tgsi: clean up tgsi_scan_shader() functionBrian Paul1-41/+42
2013-08-02llvmpipe: fix frontface behavior againZack Rusin1-3/+11
2013-08-04r600g/sb: Dump correct value for CND.Vinson Lee1-1/+1
2013-08-04intel_fbo: remove unused intel_renderbuffer hiz functionsJordan Justen2-26/+0
2013-08-04i965 clear/draw: set renderbuffer attachment as needing depth resolveJordan Justen2-2/+4
2013-08-04i965: add intel_renderbuffer_att_set_needs_depth_resolveJordan Justen2-0/+18
2013-08-04i965: add intel_miptree_set_all_slices_need_depth_resolveJordan Justen2-0/+16
2013-08-04i965 gen7: don't set FORCE_ZERO_RTAINDEX for layered renderingJordan Justen1-1/+1
2013-08-04hsw hiz: Remove x/y offset restriction for hizJordan Justen1-24/+0
2013-08-04gen7 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surfaceJordan Justen4-66/+45
2013-08-04gen7 fbo: make unmatched depth/stencil configs return unsupportedJordan Justen1-0/+16
2013-08-04hsw hiz: Add new size restrictions for miplevels > 0Jordan Justen1-3/+13
2013-08-04gen7 blorp depth: calculate base surface width/heightJordan Justen1-0/+13
2013-08-04gen7 depth surface: calculate minimum array element being renderedJordan Justen2-0/+17
2013-08-04gen7 depth surface: calculate LOD being rendered toJordan Justen2-0/+6
2013-08-04gen7 depth surface: calculate depth (array size) for depth surfaceJordan Justen2-0/+5
2013-08-04gen7 depth surface: calculate more specific surface typeJordan Justen2-0/+47
2013-08-04i965: init global state first in brw_workaround_depthstencil_alignmentJordan Justen1-5/+14
2013-08-03nv50: fix some h264 interlaced decoding on vp2Ilia Mirkin2-7/+8
2013-08-02llvmpipe: don't interpolate front face or prim idZack Rusin1-15/+13
2013-08-02draw: make sure clipping works with injected outputsZack Rusin1-35/+54
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin14-4/+146
2013-08-02draw: stop crashing with extra shader outputsZack Rusin9-15/+52
2013-08-02draw: use the vertex sizeZack Rusin1-1/+1
2013-08-02draw/llvm: add some extra debugging outputZack Rusin1-0/+6
2013-08-02tgsi: detect prim id and front face usage in fsZack Rusin2-2/+8
2013-08-02tgsi: add ucmp to the list of opcodesZack Rusin1-0/+1
2013-08-02llvmpipe: make the front-face behavior match the gallium specZack Rusin1-1/+4
2013-08-02mesa: Use MIN3 instead of two MIN2s.Matt Turner1-4/+5
2013-08-02mesa: Update comments to match newer specs.Matt Turner2-2/+2
2013-08-02i965: Initialize the maximum number of GS threads on Haswell.Kenneth Graunke1-0/+3
2013-08-02glsl: Disallow interpolation qualifiers on non-input/output variables.Kenneth Graunke1-7/+18
2013-08-02glsl: Fix NULL pointer dereferences when linking fails.Kenneth Graunke1-8/+5
2013-08-02r600g: honour semantic index in fragment color exportsChristoph Bumiller1-5/+5
2013-08-02i965: enable image external sampling for imported dma-buffersTopi Pohjolainen2-0/+8
2013-08-02egl/dri2: support for creating images out of dma buffersTopi Pohjolainen1-0/+262
2013-08-02intel: restrict dma-buf-import images to external sampling onlyTopi Pohjolainen4-1/+27
2013-08-02egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen5-0/+98
2013-08-02dri: propagate extra dma_buf import attributes to the driversTopi Pohjolainen2-2/+53
2013-08-02intel: set dri image dimensions even when creating out of primesTopi Pohjolainen1-0/+2
2013-08-02intel: refactor planar format lookupTopi Pohjolainen1-13/+18
2013-08-02intel: do not create renderbuffers out of planar imagesTopi Pohjolainen1-0/+7