summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-25main: Added entry point for glCreateRenderbuffersMartin Peres4-18/+65
2015-03-25main: Added entry point for glCreateSamplersMartin Peres4-6/+29
2015-03-25main: Added entry point for glCreateProgramPipelinesMartin Peres4-6/+40
2015-03-25main: Added entry points for glGetQueryBufferObject*Martin Peres4-0/+82
2015-03-25main: Added entry point for glCreateQueriesMartin Peres4-7/+80
2015-03-25main: Added entry point for glGetTransformFeedbacki64_vMartin Peres4-0/+44
2015-03-25main: Added entry point for glGetTransformFeedbacki_vMartin Peres4-0/+41
2015-03-25main: Added entry point for glGetTransformFeedbackivMartin Peres4-0/+35
2015-03-25main: Added entry point for glTransformFeedbackBufferRangeMartin Peres5-16/+94
2015-03-25main: Added entry point for glTransformFeedbackBufferBaseMartin Peres5-35/+129
2015-03-25main: Added entry point for glCreateTransformFeedbacksMartin Peres4-15/+63
2015-03-25main: fix the validation of the number of samplesMartin Peres1-0/+9
2015-03-25main: replace tabs by 8 spaces in fbobject.cMartin Peres1-83/+83
2015-03-25main: replace tabs by 8 spaces in bufferobj.cMartin Peres1-8/+8
2015-03-24mesa: Apply visibility flags to src/Makefile.am targetsKristian Høgsberg1-0/+3
2015-03-24nir: Fix typo.Matt Turner1-1/+1
2015-03-24nir: Recognize sat(add(b2f(a), b2f(b))) as a logical OR.Matt Turner1-0/+1
2015-03-24nir: Recognize mul(b2f(a), b2f(b)) as a logical AND.Matt Turner1-0/+2
2015-03-24glsl: Recognize sat(add(b2f(a), b2f(b))) as a logical OR.Matt Turner1-0/+12
2015-03-24glsl: Recognize mul(b2f(a), b2f(b)) as a logical AND.Matt Turner1-0/+4
2015-03-24nir: Handle mixed scalar/vector arguments to logical and/or/xor.Matt Turner1-18/+21
2015-03-24glsl: Allow vector logic ops to be generated.Matt Turner2-9/+6
2015-03-24gallium/util: Use HAVE___BUILTIN_FFS* macros.Jonathan Gray1-2/+16
2015-03-24i965: add the remaining files to the tarballEmil Velikov1-0/+3
2015-03-24glsl: add the remaining files to the tarballEmil Velikov2-0/+2
2015-03-24gbm: remove gbm_gallium_drm from the loaderEmil Velikov1-24/+0
2015-03-24glsl: Generate link error for non-matching gl_FragCoord redeclarationsAnuj Phogat1-13/+2
2015-03-24vc4: Add a dump-the-surface-contents routine.Eric Anholt2-0/+101
2015-03-24vc4: Allow DRI3 on simulation, as well.Eric Anholt1-0/+5
2015-03-24vc4: Fix pitch alignment of linear textures.Eric Anholt1-1/+1
2015-03-24vc4: Write the alignment of level width consistently in validation.Eric Anholt1-2/+2
2015-03-24vc4: Fix use of a bool as an enum.Eric Anholt1-1/+1
2015-03-24vc4: Decide the HW's format before laying out the miptree.Eric Anholt1-3/+3
2015-03-24vc4: Use our device-specific ioctls for create/mmap.Eric Anholt1-15/+36
2015-03-24vc4: Make a new #define for making code conditional on the simulator.Eric Anholt3-15/+25
2015-03-24vc4: Add some useful debug printfs for miptrees.Eric Anholt1-0/+37
2015-03-24glsl: avoid calling base_alignment when samplers are involvedIlia Mirkin2-9/+4
2015-03-23Revert "nv50,nvc0: remove bogus 64_FLOAT formats"Ilia Mirkin1-0/+5
2015-03-23mapi: Make private copies of name strings provided by client.Mario Kleiner1-1/+1
2015-03-23clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard1-1/+1
2015-03-23gallivm: Use MCInstrInfo in the disassembler for querying instruction infoTom Stellard1-7/+1
2015-03-23clover: use get_device_vendor instead of get_vendorGiuseppe Bilotta1-1/+1
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta13-0/+83
2015-03-23gallium: introduce get_device_vendor() entrypoint for pipesGiuseppe Bilotta2-0/+14
2015-03-23gallium: remove trailing whitespace in p_screen.hGiuseppe Bilotta1-1/+1
2015-03-23clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytesTom Stellard1-0/+3
2015-03-23clover: Add all the mandatory 1.1 extensions to the extension stringTom Stellard1-1/+7
2015-03-23clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSIONTom Stellard1-1/+1
2015-03-23i965/vec4: Fix handling of multiple register reads and writes in dead_code_el...Francisco Jerez1-7/+15
2015-03-23i965/vec4: Calculate live intervals with subregister granularity.Francisco Jerez2-33/+46